Module: Aws::RedshiftServerless::Client::_GetCustomDomainAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCustomDomainAssociationResponse]
- 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
379 |
# File 'sig/client.rbs', line 379
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_certificate_expiry_time ⇒ ::Time
380 |
# File 'sig/client.rbs', line 380
def custom_domain_certificate_expiry_time: () -> ::Time
|
#custom_domain_name ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def custom_domain_name: () -> ::String
|
#workgroup_name ⇒ ::String
382 |
# File 'sig/client.rbs', line 382
def workgroup_name: () -> ::String
|