Module: Aws::Route53::Client::_GetHostedZoneResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHostedZoneResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #delegation_set ⇒ Types::DelegationSet
- #hosted_zone ⇒ Types::HostedZone
- #vp_cs ⇒ ::Array[Types::VPC]
Instance Method Details
#delegation_set ⇒ Types::DelegationSet
596 |
# File 'sig/client.rbs', line 596
def delegation_set: () -> Types::DelegationSet
|
#hosted_zone ⇒ Types::HostedZone
595 |
# File 'sig/client.rbs', line 595
def hosted_zone: () -> Types::HostedZone
|
#vp_cs ⇒ ::Array[Types::VPC]
597 |
# File 'sig/client.rbs', line 597
def vp_cs: () -> ::Array[Types::VPC]
|