Module: Aws::ConnectCases::Client::_GetDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #domain_arn ⇒ ::String
- #domain_id ⇒ ::String
- #domain_status ⇒ "Active", ...
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_time ⇒ ::Time
412 |
# File 'sig/client.rbs', line 412
def created_time: () -> ::Time
|
#domain_arn ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def domain_arn: () -> ::String
|
#domain_id ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def domain_id: () -> ::String
|
#domain_status ⇒ "Active", ...
413 |
# File 'sig/client.rbs', line 413
def domain_status: () -> ("Active" | "CreationInProgress" | "CreationFailed")
|
#name ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
414 |
# File 'sig/client.rbs', line 414
def tags: () -> ::Hash[::String, ::String]
|