Class: Aws::SSMIncidents::Types::IncidentRecordSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::IncidentRecordSummary
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Details describing an incident record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the incident.
-
#creation_time ⇒ Time
The timestamp for when the incident was created.
-
#impact ⇒ Integer
Defines the impact to customers and applications.
-
#incident_record_source ⇒ Types::IncidentRecordSource
What caused Incident Manager to create the incident.
-
#resolved_time ⇒ Time
The timestamp for when the incident was resolved.
-
#status ⇒ String
The current status of the incident.
-
#title ⇒ String
The title of the incident.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the incident.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1192 class IncidentRecordSummary < Struct.new( :arn, :creation_time, :impact, :incident_record_source, :resolved_time, :status, :title) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp for when the incident was created.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1192 class IncidentRecordSummary < Struct.new( :arn, :creation_time, :impact, :incident_record_source, :resolved_time, :status, :title) SENSITIVE = [] include Aws::Structure end |
#impact ⇒ Integer
Defines the impact to customers and applications.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1192 class IncidentRecordSummary < Struct.new( :arn, :creation_time, :impact, :incident_record_source, :resolved_time, :status, :title) SENSITIVE = [] include Aws::Structure end |
#incident_record_source ⇒ Types::IncidentRecordSource
What caused Incident Manager to create the incident.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1192 class IncidentRecordSummary < Struct.new( :arn, :creation_time, :impact, :incident_record_source, :resolved_time, :status, :title) SENSITIVE = [] include Aws::Structure end |
#resolved_time ⇒ Time
The timestamp for when the incident was resolved.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1192 class IncidentRecordSummary < Struct.new( :arn, :creation_time, :impact, :incident_record_source, :resolved_time, :status, :title) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the incident.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1192 class IncidentRecordSummary < Struct.new( :arn, :creation_time, :impact, :incident_record_source, :resolved_time, :status, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the incident. This value is either provided by the response plan or overwritten on creation.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1192 class IncidentRecordSummary < Struct.new( :arn, :creation_time, :impact, :incident_record_source, :resolved_time, :status, :title) SENSITIVE = [] include Aws::Structure end |