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.
8910 8911 8912 |
# File 'sig/types.rbs', line 8910 def instance_id @instance_id end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
8912 8913 8914 |
# File 'sig/types.rbs', line 8912 def outbound_email_config @outbound_email_config end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8911 8912 8913 |
# File 'sig/types.rbs', line 8911 def queue_id @queue_id end |