Class: Aws::SSMIncidents::Types::CreateResponsePlanInput

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 the response plan starts at the beginning of an incident.

Returns:



427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#chat_channelTypes::ChatChannel

The Chatbot chat channel used for collaboration during an incident.

Returns:



427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A token ensuring that the operation is called only once with the specified details.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The long format of the response plan name. This field can contain spaces.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  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>)


427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#incident_templateTypes::IncidentTemplate

Details used to create an incident when using this response plan.



427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#integrationsArray<Types::Integration>

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

Returns:



427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The short format name of the response plan. Can't include spaces.

Returns:

  • (String)


427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags that you are adding to the response plan.

Returns:

  • (Hash<String,String>)


427
428
429
430
431
432
433
434
435
436
437
438
439
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 427

class CreateResponsePlanInput < Struct.new(
  :actions,
  :chat_channel,
  :client_token,
  :display_name,
  :engagements,
  :incident_template,
  :integrations,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end