Class: Aws::Types::EmailChannelSubtypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::EmailChannelSubtypeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Float
Returns the value of attribute capacity.
-
#default_outbound_config ⇒ Types::EmailOutboundConfig
Returns the value of attribute default_outbound_config.
-
#outbound_mode ⇒ Types::EmailOutboundMode
Returns the value of attribute outbound_mode.
Instance Attribute Details
#capacity ⇒ ::Float
Returns the value of attribute capacity.
236 237 238 |
# File 'sig/types.rbs', line 236 def capacity @capacity end |
#default_outbound_config ⇒ Types::EmailOutboundConfig
Returns the value of attribute default_outbound_config.
238 239 240 |
# File 'sig/types.rbs', line 238 def default_outbound_config @default_outbound_config end |
#outbound_mode ⇒ Types::EmailOutboundMode
Returns the value of attribute outbound_mode.
237 238 239 |
# File 'sig/types.rbs', line 237 def outbound_mode @outbound_mode end |