Class: Aws::Types::GetHostedZoneLimitRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetHostedZoneLimitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#type ⇒ "MAX_RRSETS_BY_ZONE", "MAX_VPCS_ASSOCIATED_BY_ZONE"
Returns the value of attribute type.
Instance Attribute Details
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
626 627 628 |
# File 'sig/types.rbs', line 626 def hosted_zone_id @hosted_zone_id end |
#type ⇒ "MAX_RRSETS_BY_ZONE", "MAX_VPCS_ASSOCIATED_BY_ZONE"
Returns the value of attribute type.
625 626 627 |
# File 'sig/types.rbs', line 625 def type @type end |