Module: Aws::Route53GlobalResolver::Client::_AssociateHostedZoneResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AssociateHostedZoneOutput]
- 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
88 |
# File 'sig/client.rbs', line 88
def created_at: () -> ::Time
|
#hosted_zone_id ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def hosted_zone_id: () -> ::String
|
#hosted_zone_name ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def hosted_zone_name: () -> ::String
|
#id ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def id: () -> ::String
|
#name ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def name: () -> ::String
|
#resource_arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def resource_arn: () -> ::String
|
#status ⇒ "CREATING", ...
90 |
# File 'sig/client.rbs', line 90
def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
|
#updated_at ⇒ ::Time
89 |
# File 'sig/client.rbs', line 89
def updated_at: () -> ::Time
|