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)


369
370
371
# File 'sig/types.rbs', line 369

def client_token
  @client_token
end

#email_addresses_config::Array[Types::EmailAddressConfig]

Returns the value of attribute email_addresses_config.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def email_addresses_config
  @email_addresses_config
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def instance_id
  @instance_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def queue_id
  @queue_id
end