Class: Aws::SSMIncidents::Types::IncidentTemplate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Basic details used in creating a response plan. The response plan is then used to create an incident record.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dedupe_stringString

Used to stop Incident Manager from creating multiple incident records for the same incident.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1013

class IncidentTemplate < Struct.new(
  :dedupe_string,
  :impact,
  :incident_tags,
  :notification_targets,
  :summary,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#impactInteger

The impact of the incident on your customers and applications.

Returns:

  • (Integer)


1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1013

class IncidentTemplate < Struct.new(
  :dedupe_string,
  :impact,
  :incident_tags,
  :notification_targets,
  :summary,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#incident_tagsHash<String,String>

Tags to assign to the template. When the StartIncident API action is called, Incident Manager assigns the tags specified in the template to the incident.

Returns:

  • (Hash<String,String>)


1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1013

class IncidentTemplate < Struct.new(
  :dedupe_string,
  :impact,
  :incident_tags,
  :notification_targets,
  :summary,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#notification_targetsArray<Types::NotificationTargetItem>

The Amazon SNS targets that are notified when updates are made to an incident.

Returns:



1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1013

class IncidentTemplate < Struct.new(
  :dedupe_string,
  :impact,
  :incident_tags,
  :notification_targets,
  :summary,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#summaryString

The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1013

class IncidentTemplate < Struct.new(
  :dedupe_string,
  :impact,
  :incident_tags,
  :notification_targets,
  :summary,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the incident.

Returns:

  • (String)


1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1013

class IncidentTemplate < Struct.new(
  :dedupe_string,
  :impact,
  :incident_tags,
  :notification_targets,
  :summary,
  :title)
  SENSITIVE = []
  include Aws::Structure
end