Class: Aws::Types::AssociateQueueEmailAddressesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def client_token
  @client_token
end

#email_addresses_config::Array[Types::EmailAddressConfig]

Returns the value of attribute email_addresses_config.

Returns:



375
376
377
# File 'sig/types.rbs', line 375

def email_addresses_config
  @email_addresses_config
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def instance_id
  @instance_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def queue_id
  @queue_id
end