Class: Aws::SSMIncidents::Types::IncidentRecordSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the incident.

Returns:

  • (String)


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_timeTime

The timestamp for when the incident was created.

Returns:

  • (Time)


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

#impactInteger

Defines the impact to customers and applications.

Returns:

  • (Integer)


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_sourceTypes::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_timeTime

The timestamp for when the incident was resolved.

Returns:

  • (Time)


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

#statusString

The current status of the incident.

Returns:

  • (String)


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

#titleString

The title of the incident. This value is either provided by the response plan or overwritten on creation.

Returns:

  • (String)


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