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.
9160 9161 9162 |
# File 'sig/types.rbs', line 9160 def instance_id @instance_id end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
9162 9163 9164 |
# File 'sig/types.rbs', line 9162 def outbound_email_config @outbound_email_config end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
9161 9162 9163 |
# File 'sig/types.rbs', line 9161 def queue_id @queue_id end |