Class: Aws::SSMIncidents::Types::BatchGetIncidentFindingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::BatchGetIncidentFindingsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_ids ⇒ Array<String>
A list of IDs of findings for which you want to view details.
-
#incident_record_arn ⇒ String
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
Instance Attribute Details
#finding_ids ⇒ Array<String>
A list of IDs of findings for which you want to view details.
159 160 161 162 163 164 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 159 class BatchGetIncidentFindingsInput < Struct.new( :finding_ids, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |
#incident_record_arn ⇒ String
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
159 160 161 162 163 164 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 159 class BatchGetIncidentFindingsInput < Struct.new( :finding_ids, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |