Module: Aws::ConnectHealth::Client::_CreateDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDomainOutput]
- 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", ...
- #web_app_configuration ⇒ Types::WebAppConfiguration
- #web_app_url ⇒ ::String
Instance Method Details
#arn ⇒ ::String
98 |
# File 'sig/client.rbs', line 98 def arn: () -> ::String |
#created_at ⇒ ::Time
105 |
# File 'sig/client.rbs', line 105 def created_at: () -> ::Time |
#domain_id ⇒ ::String
97 |
# File 'sig/client.rbs', line 97 def domain_id: () -> ::String |
#encryption_context ⇒ Types::EncryptionContext
101 |
# File 'sig/client.rbs', line 101 def encryption_context: () -> Types::EncryptionContext |
#kms_key_arn ⇒ ::String
100 |
# File 'sig/client.rbs', line 100 def kms_key_arn: () -> ::String |
#name ⇒ ::String
99 |
# File 'sig/client.rbs', line 99 def name: () -> ::String |
#status ⇒ "ACTIVE", ...
102 |
# File 'sig/client.rbs', line 102 def status: () -> ("ACTIVE" | "DELETING" | "DELETED") |
#web_app_configuration ⇒ Types::WebAppConfiguration
104 |
# File 'sig/client.rbs', line 104 def web_app_configuration: () -> Types::WebAppConfiguration |
#web_app_url ⇒ ::String
103 |
# File 'sig/client.rbs', line 103 def web_app_url: () -> ::String |