Class: Aws::Types::DisassociateQueueEmailAddressesRequest

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)


3046
3047
3048
# File 'sig/types.rbs', line 3046

def client_token
  @client_token
end

#email_addresses_id::Array[::String]

Returns the value of attribute email_addresses_id.

Returns:

  • (::Array[::String])


3045
3046
3047
# File 'sig/types.rbs', line 3045

def email_addresses_id
  @email_addresses_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3043
3044
3045
# File 'sig/types.rbs', line 3043

def instance_id
  @instance_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3044
3045
3046
# File 'sig/types.rbs', line 3044

def queue_id
  @queue_id
end