Module: Aws::ConnectHealth::Client::_GetDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #domain_id ⇒ ::String
- #encryption_context ⇒ Types::EncryptionContext
- #kms_key_arn ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #tags ⇒ ::Hash[::String, ::String]
- #web_app_configuration ⇒ Types::WebAppConfiguration
- #web_app_url ⇒ ::String
Instance Method Details
#arn ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def arn: () -> ::String
|
#created_at ⇒ ::Time
170 |
# File 'sig/client.rbs', line 170
def created_at: () -> ::Time
|
#domain_id ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def domain_id: () -> ::String
|
#encryption_context ⇒ Types::EncryptionContext
166 |
# File 'sig/client.rbs', line 166
def encryption_context: () -> Types::EncryptionContext
|
#kms_key_arn ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def name: () -> ::String
|
#status ⇒ "ACTIVE", ...
167 |
# File 'sig/client.rbs', line 167
def status: () -> ("ACTIVE" | "DELETING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
171 |
# File 'sig/client.rbs', line 171
def tags: () -> ::Hash[::String, ::String]
|
#web_app_configuration ⇒ Types::WebAppConfiguration
169 |
# File 'sig/client.rbs', line 169
def web_app_configuration: () -> Types::WebAppConfiguration
|
#web_app_url ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def web_app_url: () -> ::String
|