Class: Aws::Types::AddAttributesToFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddAttributesToFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#finding_arns ⇒ ::Array[::String]
Returns the value of attribute finding_arns.
Instance Attribute Details
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
20 21 22 |
# File 'sig/types.rbs', line 20 def attributes @attributes end |
#finding_arns ⇒ ::Array[::String]
Returns the value of attribute finding_arns.
19 20 21 |
# File 'sig/types.rbs', line 19 def finding_arns @finding_arns end |