Class: Aws::Inspector::Types::DescribeFindingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_arnsArray<String>

The ARN that specifies the finding that you want to describe.

Returns:

  • (Array<String>)


1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1055

class DescribeFindingsRequest < Struct.new(
  :finding_arns,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

Returns:

  • (String)


1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1055

class DescribeFindingsRequest < Struct.new(
  :finding_arns,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end