Module: Aws::Route53::Client::_CreateHostedZoneResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateHostedZoneResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #change_info ⇒ Types::ChangeInfo
- #delegation_set ⇒ Types::DelegationSet
- #hosted_zone ⇒ Types::HostedZone
- #location ⇒ ::String
- #vpc ⇒ Types::VPC
Instance Method Details
#change_info ⇒ Types::ChangeInfo
249 |
# File 'sig/client.rbs', line 249
def change_info: () -> Types::ChangeInfo
|
#delegation_set ⇒ Types::DelegationSet
250 |
# File 'sig/client.rbs', line 250
def delegation_set: () -> Types::DelegationSet
|
#hosted_zone ⇒ Types::HostedZone
248 |
# File 'sig/client.rbs', line 248
def hosted_zone: () -> Types::HostedZone
|
#location ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def location: () -> ::String
|