You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::RemoveAttributesFromFindingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::RemoveAttributesFromFindingsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing RemoveAttributesFromFindingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
finding_arns: ["Arn"], # required
attribute_keys: ["AttributeKey"], # required
}
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.
#finding_arns ⇒ Array<String>
The ARNs that specify the findings that you want to remove attributes from.