Class: Aws::Types::HostedZoneLimit
- Inherits:
-
Object
- Object
- Aws::Types::HostedZoneLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "MAX_RRSETS_BY_ZONE", "MAX_VPCS_ASSOCIATED_BY_ZONE"
Returns the value of attribute type.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "MAX_RRSETS_BY_ZONE", "MAX_VPCS_ASSOCIATED_BY_ZONE"
Returns the value of attribute type.
797 798 799 |
# File 'sig/types.rbs', line 797 def type @type end |
#value ⇒ ::Integer
Returns the value of attribute value.
798 799 800 |
# File 'sig/types.rbs', line 798 def value @value end |