Module: Aws::Route53GlobalResolver::Client::_UpdateHostedZoneAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateHostedZoneAssociationOutput]
- 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
987 |
# File 'sig/client.rbs', line 987
def created_at: () -> ::Time
|
#hosted_zone_id ⇒ ::String
984 |
# File 'sig/client.rbs', line 984
def hosted_zone_id: () -> ::String
|
#hosted_zone_name ⇒ ::String
985 |
# File 'sig/client.rbs', line 985
def hosted_zone_name: () -> ::String
|
#id ⇒ ::String
982 |
# File 'sig/client.rbs', line 982
def id: () -> ::String
|
#name ⇒ ::String
986 |
# File 'sig/client.rbs', line 986
def name: () -> ::String
|
#resource_arn ⇒ ::String
983 |
# File 'sig/client.rbs', line 983
def resource_arn: () -> ::String
|
#status ⇒ "CREATING", ...
989 |
# File 'sig/client.rbs', line 989
def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
|
#updated_at ⇒ ::Time
988 |
# File 'sig/client.rbs', line 988
def updated_at: () -> ::Time
|