Module: Aws::RedshiftServerless::Client::_UpdateCustomDomainAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCustomDomainAssociationResponse]
- 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
833 |
# File 'sig/client.rbs', line 833
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_certificate_expiry_time ⇒ ::Time
834 |
# File 'sig/client.rbs', line 834
def custom_domain_certificate_expiry_time: () -> ::Time
|
#custom_domain_name ⇒ ::String
835 |
# File 'sig/client.rbs', line 835
def custom_domain_name: () -> ::String
|
#workgroup_name ⇒ ::String
836 |
# File 'sig/client.rbs', line 836
def workgroup_name: () -> ::String
|