Class: Aws::SSMContacts::Types::UpdateContactChannelRequest

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_channel_idString

The Amazon Resource Name (ARN) of the contact channel you want to update.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2401

class UpdateContactChannelRequest < Struct.new(
  :contact_channel_id,
  :name,
  :delivery_address)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_addressTypes::ContactChannelAddress

The details that Incident Manager uses when trying to engage the contact channel.



2401
2402
2403
2404
2405
2406
2407
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2401

class UpdateContactChannelRequest < Struct.new(
  :contact_channel_id,
  :name,
  :delivery_address)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the contact channel.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2401

class UpdateContactChannelRequest < Struct.new(
  :contact_channel_id,
  :name,
  :delivery_address)
  SENSITIVE = []
  include Aws::Structure
end