Module: Aws::Route53GlobalResolver::Client::_DisassociateHostedZoneResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DisassociateHostedZoneOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #hosted_zone_id ⇒ ::String
- #hosted_zone_name ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #resource_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
475 |
# File 'sig/client.rbs', line 475
def created_at: () -> ::Time
|
#hosted_zone_id ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def hosted_zone_id: () -> ::String
|
#hosted_zone_name ⇒ ::String
473 |
# File 'sig/client.rbs', line 473
def hosted_zone_name: () -> ::String
|
#id ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def id: () -> ::String
|
#name ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def name: () -> ::String
|
#resource_arn ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def resource_arn: () -> ::String
|
#status ⇒ "CREATING", ...
477 |
# File 'sig/client.rbs', line 477
def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
|
#updated_at ⇒ ::Time
476 |
# File 'sig/client.rbs', line 476
def updated_at: () -> ::Time
|