Module: Aws::Route53Domains::Client::_GetContactReachabilityStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetContactReachabilityStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#domain_name ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def domain_name: () -> ::String
|
#status ⇒ "PENDING", ...
213 |
# File 'sig/client.rbs', line 213
def status: () -> ("PENDING" | "DONE" | "EXPIRED")
|