Class: Aws::Types::DisassociateQueueEmailAddressesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateQueueEmailAddressesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#email_addresses_id ⇒ ::Array[::String]
Returns the value of attribute email_addresses_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3113 3114 3115 |
# File 'sig/types.rbs', line 3113 def client_token @client_token end |
#email_addresses_id ⇒ ::Array[::String]
Returns the value of attribute email_addresses_id.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def email_addresses_id @email_addresses_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def queue_id @queue_id end |