Class: Aws::Types::WhatsAppChannelSubtypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppChannelSubtypeConfig
- 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::WhatsAppOutboundConfig
Returns the value of attribute default_outbound_config.
-
#outbound_mode ⇒ Types::WhatsAppOutboundMode
Returns the value of attribute outbound_mode.
Instance Attribute Details
#capacity ⇒ ::Float
Returns the value of attribute capacity.
895 896 897 |
# File 'sig/types.rbs', line 895 def capacity @capacity end |
#default_outbound_config ⇒ Types::WhatsAppOutboundConfig
Returns the value of attribute default_outbound_config.
897 898 899 |
# File 'sig/types.rbs', line 897 def default_outbound_config @default_outbound_config end |
#outbound_mode ⇒ Types::WhatsAppOutboundMode
Returns the value of attribute outbound_mode.
896 897 898 |
# File 'sig/types.rbs', line 896 def outbound_mode @outbound_mode end |