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.
8691 8692 8693 |
# File 'sig/types.rbs', line 8691 def instance_id @instance_id end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
8693 8694 8695 |
# File 'sig/types.rbs', line 8693 def outbound_email_config @outbound_email_config end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8692 8693 8694 |
# File 'sig/types.rbs', line 8692 def queue_id @queue_id end |