Module: Aws::ConnectHealth::Client::_DeleteDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDomainOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
151 |
# File 'sig/client.rbs', line 151
def arn: () -> ::String
|
#domain_id ⇒ ::String
150 |
# File 'sig/client.rbs', line 150
def domain_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
152 |
# File 'sig/client.rbs', line 152
def status: () -> ("ACTIVE" | "DELETING" | "DELETED")
|