Class: Aws::Types::CommunicationLimits
- Inherits:
-
Object
- Object
- Aws::Types::CommunicationLimits
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CommunicationLimitsList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#communication_limits_list ⇒ ::Array[Types::CommunicationLimit]
Returns the value of attribute communication_limits_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#communication_limits_list ⇒ ::Array[Types::CommunicationLimit]
Returns the value of attribute communication_limits_list.
110 111 112 |
# File 'sig/types.rbs', line 110 def communication_limits_list @communication_limits_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
111 112 113 |
# File 'sig/types.rbs', line 111 def unknown @unknown end |