Class: Aws::Types::SubscriptionLimits
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#protection_group_limits ⇒ Types::ProtectionGroupLimits
Returns the value of attribute protection_group_limits.
-
#protection_limits ⇒ Types::ProtectionLimits
Returns the value of attribute protection_limits.
Instance Attribute Details
#protection_group_limits ⇒ Types::ProtectionGroupLimits
Returns the value of attribute protection_group_limits.
530 531 532 |
# File 'sig/types.rbs', line 530 def protection_group_limits @protection_group_limits end |
#protection_limits ⇒ Types::ProtectionLimits
Returns the value of attribute protection_limits.
529 530 531 |
# File 'sig/types.rbs', line 529 def protection_limits @protection_limits end |