Class: Aws::Types::CommunicationLimitsConfig
- Inherits:
-
Object
- Object
- Aws::Types::CommunicationLimitsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_channel_subtypes ⇒ Types::CommunicationLimits
Returns the value of attribute all_channel_subtypes.
-
#instance_limits_handling ⇒ "OPT_IN", "OPT_OUT"
Returns the value of attribute instance_limits_handling.
Instance Attribute Details
#all_channel_subtypes ⇒ Types::CommunicationLimits
Returns the value of attribute all_channel_subtypes.
121 122 123 |
# File 'sig/types.rbs', line 121 def all_channel_subtypes @all_channel_subtypes end |
#instance_limits_handling ⇒ "OPT_IN", "OPT_OUT"
Returns the value of attribute instance_limits_handling.
122 123 124 |
# File 'sig/types.rbs', line 122 def instance_limits_handling @instance_limits_handling end |