Module: Aws::ConnectHealth::Client::_CreateDomainResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateDomainOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


98
# File 'sig/client.rbs', line 98

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


105
# File 'sig/client.rbs', line 105

def created_at: () -> ::Time

#domain_id::String

Returns:

  • (::String)


97
# File 'sig/client.rbs', line 97

def domain_id: () -> ::String

#encryption_contextTypes::EncryptionContext



101
# File 'sig/client.rbs', line 101

def encryption_context: () -> Types::EncryptionContext

#kms_key_arn::String

Returns:

  • (::String)


100
# File 'sig/client.rbs', line 100

def kms_key_arn: () -> ::String

#name::String

Returns:

  • (::String)


99
# File 'sig/client.rbs', line 99

def name: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "DELETING", "DELETED")


102
# File 'sig/client.rbs', line 102

def status: () -> ("ACTIVE" | "DELETING" | "DELETED")

#web_app_configurationTypes::WebAppConfiguration



104
# File 'sig/client.rbs', line 104

def web_app_configuration: () -> Types::WebAppConfiguration

#web_app_url::String

Returns:

  • (::String)


103
# File 'sig/client.rbs', line 103

def web_app_url: () -> ::String