Class: Aws::SSMIncidents::Types::IncidentTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::IncidentTemplate
- 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
-
#dedupe_string ⇒ String
Used to stop Incident Manager from creating multiple incident records for the same incident.
-
#impact ⇒ Integer
The impact of the incident on your customers and applications.
-
#incident_tags ⇒ Hash<String,String>
Tags to assign to the template.
-
#notification_targets ⇒ Array<Types::NotificationTargetItem>
The Amazon SNS targets that are notified when updates are made to an incident.
-
#summary ⇒ String
The summary of the incident.
-
#title ⇒ String
The title of the incident.
Instance Attribute Details
#dedupe_string ⇒ String
Used to stop Incident Manager from creating multiple incident records for the same incident.
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 |
#impact ⇒ Integer
The impact of the incident on your customers and applications.
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_tags ⇒ Hash<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.
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_targets ⇒ Array<Types::NotificationTargetItem>
The Amazon SNS targets that are notified when updates are made to an incident.
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 |
#summary ⇒ String
The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context.
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 |
#title ⇒ String
The title of the incident.
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 |