Class: Aws::Types::RemoveAttributesFromFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveAttributesFromFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_keys ⇒ ::Array[::String]
Returns the value of attribute attribute_keys.
-
#finding_arns ⇒ ::Array[::String]
Returns the value of attribute finding_arns.
Instance Attribute Details
#attribute_keys ⇒ ::Array[::String]
Returns the value of attribute attribute_keys.
638 639 640 |
# File 'sig/types.rbs', line 638 def attribute_keys @attribute_keys end |
#finding_arns ⇒ ::Array[::String]
Returns the value of attribute finding_arns.
637 638 639 |
# File 'sig/types.rbs', line 637 def finding_arns @finding_arns end |