Module: Aws::Route53GlobalResolver::Client::_GetHostedZoneAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHostedZoneAssociationOutput]
- 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
643 |
# File 'sig/client.rbs', line 643
def created_at: () -> ::Time
|
#hosted_zone_id ⇒ ::String
640 |
# File 'sig/client.rbs', line 640
def hosted_zone_id: () -> ::String
|
#hosted_zone_name ⇒ ::String
641 |
# File 'sig/client.rbs', line 641
def hosted_zone_name: () -> ::String
|
#id ⇒ ::String
638 |
# File 'sig/client.rbs', line 638
def id: () -> ::String
|
#name ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def name: () -> ::String
|
#resource_arn ⇒ ::String
639 |
# File 'sig/client.rbs', line 639
def resource_arn: () -> ::String
|
#status ⇒ "CREATING", ...
645 |
# File 'sig/client.rbs', line 645
def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
|
#updated_at ⇒ ::Time
644 |
# File 'sig/client.rbs', line 644
def updated_at: () -> ::Time
|