Class: Aws::SSMIncidents::Types::GetResponsePlanOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::Action>

The actions that this response plan takes at the beginning of the incident.

Returns:



985
986
987
988
989
990
991
992
993
994
995
996
# File 'gems/aws-sdk-ssmincidents/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

#arnString

The ARN of the response plan.

Returns:

  • (String)


985
986
987
988
989
990
991
992
993
994
995
996
# File 'gems/aws-sdk-ssmincidents/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_channelTypes::ChatChannel

The Chatbot chat channel used for collaboration during an incident.

Returns:



985
986
987
988
989
990
991
992
993
994
995
996
# File 'gems/aws-sdk-ssmincidents/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_nameString

The long format name of the response plan. Can contain spaces.

Returns:

  • (String)


985
986
987
988
989
990
991
992
993
994
995
996
# File 'gems/aws-sdk-ssmincidents/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

#engagementsArray<String>

The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.

Returns:

  • (Array<String>)


985
986
987
988
989
990
991
992
993
994
995
996
# File 'gems/aws-sdk-ssmincidents/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_templateTypes::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 'gems/aws-sdk-ssmincidents/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

#integrationsArray<Types::Integration>

Information about third-party services integrated into the Incident Manager response plan.

Returns:



985
986
987
988
989
990
991
992
993
994
995
996
# File 'gems/aws-sdk-ssmincidents/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

#nameString

The short format name of the response plan. The name can't contain spaces.

Returns:

  • (String)


985
986
987
988
989
990
991
992
993
994
995
996
# File 'gems/aws-sdk-ssmincidents/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