Class: Aws::SSMContacts::Types::UpdateContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::UpdateContactRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan you’re updating.
-
#display_name ⇒ String
The full name of the contact or escalation plan.
-
#plan ⇒ Types::Plan
A list of stages.
Instance Attribute Details
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan you’re updating.
2430 2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2430 class UpdateContactRequest < Struct.new( :contact_id, :display_name, :plan) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The full name of the contact or escalation plan.
2430 2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2430 class UpdateContactRequest < Struct.new( :contact_id, :display_name, :plan) SENSITIVE = [] include Aws::Structure end |
#plan ⇒ Types::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.
2430 2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2430 class UpdateContactRequest < Struct.new( :contact_id, :display_name, :plan) SENSITIVE = [] include Aws::Structure end |