Class: Aws::SSMIncidents::Types::StartIncidentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::StartIncidentOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#incident_record_arn ⇒ String
The ARN of the newly created incident record.
Instance Attribute Details
#incident_record_arn ⇒ String
The ARN of the newly created incident record.
2193 2194 2195 2196 2197 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2193 class StartIncidentOutput < Struct.new( :incident_record_arn) SENSITIVE = [] include Aws::Structure end |