Class: Aws::Types::GetHostedZoneLimitResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetHostedZoneLimitResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#limit ⇒ Types::HostedZoneLimit
Returns the value of attribute limit.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
632 633 634 |
# File 'sig/types.rbs', line 632 def count @count end |
#limit ⇒ Types::HostedZoneLimit
Returns the value of attribute limit.
631 632 633 |
# File 'sig/types.rbs', line 631 def limit @limit end |