Module: Aws::RedshiftServerless::Client::_CreateCustomDomainAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCustomDomainAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #custom_domain_certificate_arn ⇒ ::String
- #custom_domain_certificate_expiry_time ⇒ ::Time
- #custom_domain_name ⇒ ::String
- #workgroup_name ⇒ ::String
Instance Method Details
#custom_domain_certificate_arn ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_certificate_expiry_time ⇒ ::Time
103 |
# File 'sig/client.rbs', line 103
def custom_domain_certificate_expiry_time: () -> ::Time
|
#custom_domain_name ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def custom_domain_name: () -> ::String
|
#workgroup_name ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def workgroup_name: () -> ::String
|