Class: Aws::Inspector::Types::RemoveAttributesFromFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::RemoveAttributesFromFindingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_keys ⇒ Array<String>
The array of attribute keys that you want to remove from specified findings.
-
#finding_arns ⇒ Array<String>
The ARNs that specify the findings that you want to remove attributes from.
Instance Attribute Details
#attribute_keys ⇒ Array<String>
The array of attribute keys that you want to remove from specified findings.
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-inspector/types.rb', line 2372 class RemoveAttributesFromFindingsRequest < Struct.new( :finding_arns, :attribute_keys) SENSITIVE = [] include Aws::Structure end |
#finding_arns ⇒ Array<String>
The ARNs that specify the findings that you want to remove attributes from.
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-inspector/types.rb', line 2372 class RemoveAttributesFromFindingsRequest < Struct.new( :finding_arns, :attribute_keys) SENSITIVE = [] include Aws::Structure end |