Class: Aws::SSMIncidents::Types::GetResponsePlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::GetResponsePlanOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::Action>
The actions that this response plan takes at the beginning of the incident.
-
#arn ⇒ String
The ARN of the response plan.
-
#chat_channel ⇒ Types::ChatChannel
The Chatbot chat channel used for collaboration during an incident.
-
#display_name ⇒ String
The long format name of the response plan.
-
#engagements ⇒ Array<String>
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
-
#incident_template ⇒ Types::IncidentTemplate
Details used to create the incident when using this response plan.
-
#integrations ⇒ Array<Types::Integration>
Information about third-party services integrated into the Incident Manager response plan.
-
#name ⇒ String
The short format name of the response plan.
Instance Attribute Details
#actions ⇒ Array<Types::Action>
The actions that this response plan takes at the beginning of the incident.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the response plan.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |
#chat_channel ⇒ Types::ChatChannel
The Chatbot chat channel used for collaboration during an incident.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The long format name of the response plan. Can contain spaces.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |
#engagements ⇒ Array<String>
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |
#incident_template ⇒ Types::IncidentTemplate
Details used to create the incident when using this response plan.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |
#integrations ⇒ Array<Types::Integration>
Information about third-party services integrated into the Incident Manager response plan.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The short format name of the response plan. The name can’t contain spaces.
985 986 987 988 989 990 991 992 993 994 995 996 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 985 class GetResponsePlanOutput < Struct.new( :actions, :arn, :chat_channel, :display_name, :engagements, :incident_template, :integrations, :name) SENSITIVE = [] include Aws::Structure end |