Class: Aws::Types::UpdateQueueOutboundEmailConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueOutboundEmailConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8681 8682 8683 |
# File 'sig/types.rbs', line 8681 def instance_id @instance_id end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
8683 8684 8685 |
# File 'sig/types.rbs', line 8683 def outbound_email_config @outbound_email_config end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8682 8683 8684 |
# File 'sig/types.rbs', line 8682 def queue_id @queue_id end |