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.
9023 9024 9025 |
# File 'sig/types.rbs', line 9023 def instance_id @instance_id end |
#outbound_email_config ⇒ Types::OutboundEmailConfig
Returns the value of attribute outbound_email_config.
9025 9026 9027 |
# File 'sig/types.rbs', line 9025 def outbound_email_config @outbound_email_config end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
9024 9025 9026 |
# File 'sig/types.rbs', line 9024 def queue_id @queue_id end |