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
831 |
# File 'sig/client.rbs', line 831
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_certificate_expiry_time ⇒ ::Time
832 |
# File 'sig/client.rbs', line 832
def custom_domain_certificate_expiry_time: () -> ::Time
|
#custom_domain_name ⇒ ::String
833 |
# File 'sig/client.rbs', line 833
def custom_domain_name: () -> ::String
|
#workgroup_name ⇒ ::String
834 |
# File 'sig/client.rbs', line 834
def workgroup_name: () -> ::String
|