Class: Aws::Types::BatchGetIncidentFindingsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetIncidentFindingsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
-
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
Instance Attribute Details
#finding_ids ⇒ ::Array[::String]
Returns the value of attribute finding_ids.
66 67 68 |
# File 'sig/types.rbs', line 66 def finding_ids @finding_ids end |
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def incident_record_arn @incident_record_arn end |