Class: Aws::Types::GetHostedZoneResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetHostedZoneResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegation_set ⇒ Types::DelegationSet
Returns the value of attribute delegation_set.
-
#hosted_zone ⇒ Types::HostedZone
Returns the value of attribute hosted_zone.
-
#vp_cs ⇒ ::Array[Types::VPC]
Returns the value of attribute vp_cs.
Instance Attribute Details
#delegation_set ⇒ Types::DelegationSet
Returns the value of attribute delegation_set.
643 644 645 |
# File 'sig/types.rbs', line 643 def delegation_set @delegation_set end |
#hosted_zone ⇒ Types::HostedZone
Returns the value of attribute hosted_zone.
642 643 644 |
# File 'sig/types.rbs', line 642 def hosted_zone @hosted_zone end |
#vp_cs ⇒ ::Array[Types::VPC]
Returns the value of attribute vp_cs.
644 645 646 |
# File 'sig/types.rbs', line 644 def vp_cs @vp_cs end |