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:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def client_token
  @client_token
end

#email_addresses_config::Array[Types::EmailAddressConfig]

Returns the value of attribute email_addresses_config.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def email_addresses_config
  @email_addresses_config
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def instance_id
  @instance_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def queue_id
  @queue_id
end