Class: Aws::SSMContacts::Types::UpdateContactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2430

class UpdateContactRequest < Struct.new(
  :contact_id,
  :display_name,
  :plan)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The full name of the contact or escalation plan.

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2430

class UpdateContactRequest < Struct.new(
  :contact_id,
  :display_name,
  :plan)
  SENSITIVE = []
  include Aws::Structure
end

#planTypes::Plan

A list of stages. A contact has an engagement plan with stages for specified contact channels. An escalation plan uses these stages to contact specified contacts.

Returns:



2430
2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2430

class UpdateContactRequest < Struct.new(
  :contact_id,
  :display_name,
  :plan)
  SENSITIVE = []
  include Aws::Structure
end