Class: Aws::SSMIncidents::Types::GetIncidentRecordOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::GetIncidentRecordOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#incident_record ⇒ Types::IncidentRecord
Details the structure of the incident record.
Instance Attribute Details
#incident_record ⇒ Types::IncidentRecord
Details the structure of the incident record.
861 862 863 864 865 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 861 class GetIncidentRecordOutput < Struct.new( :incident_record) SENSITIVE = [] include Aws::Structure end |