Class: Aws::Types::SmsChannelSubtypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::SmsChannelSubtypeConfig
- 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::SmsOutboundConfig
Returns the value of attribute default_outbound_config.
-
#outbound_mode ⇒ Types::SmsOutboundMode
Returns the value of attribute outbound_mode.
Instance Attribute Details
#capacity ⇒ ::Float
Returns the value of attribute capacity.
670 671 672 |
# File 'sig/types.rbs', line 670 def capacity @capacity end |
#default_outbound_config ⇒ Types::SmsOutboundConfig
Returns the value of attribute default_outbound_config.
672 673 674 |
# File 'sig/types.rbs', line 672 def default_outbound_config @default_outbound_config end |
#outbound_mode ⇒ Types::SmsOutboundMode
Returns the value of attribute outbound_mode.
671 672 673 |
# File 'sig/types.rbs', line 671 def outbound_mode @outbound_mode end |