Class: Aws::Inspector::Types::AddAttributesToFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AddAttributesToFindingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::Attribute>
The array of attributes that you want to assign to specified findings.
-
#finding_arns ⇒ Array<String>
The ARNs that specify the findings that you want to assign attributes to.
Instance Attribute Details
#attributes ⇒ Array<Types::Attribute>
The array of attributes that you want to assign to specified findings.
49 50 51 52 53 54 |
# File 'lib/aws-sdk-inspector/types.rb', line 49 class AddAttributesToFindingsRequest < Struct.new( :finding_arns, :attributes) SENSITIVE = [] include Aws::Structure end |
#finding_arns ⇒ Array<String>
The ARNs that specify the findings that you want to assign attributes to.
49 50 51 52 53 54 |
# File 'lib/aws-sdk-inspector/types.rb', line 49 class AddAttributesToFindingsRequest < Struct.new( :finding_arns, :attributes) SENSITIVE = [] include Aws::Structure end |