Class: Aws::Inspector::Types::DescribeFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::DescribeFindingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_arns ⇒ Array<String>
The ARN that specifies the finding that you want to describe.
-
#locale ⇒ String
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
Instance Attribute Details
#finding_arns ⇒ Array<String>
The ARN that specifies the finding that you want to describe.
1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-inspector/types.rb', line 1055 class DescribeFindingsRequest < Struct.new( :finding_arns, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-inspector/types.rb', line 1055 class DescribeFindingsRequest < Struct.new( :finding_arns, :locale) SENSITIVE = [] include Aws::Structure end |