Module: Aws::Redshift::Client::_ModifyCustomDomainAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ModifyCustomDomainAssociationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cluster_identifier ⇒ ::String
- #custom_domain_cert_expiry_time ⇒ ::String
- #custom_domain_certificate_arn ⇒ ::String
- #custom_domain_name ⇒ ::String
Instance Method Details
#cluster_identifier ⇒ ::String
1856 |
# File 'sig/client.rbs', line 1856
def cluster_identifier: () -> ::String
|
#custom_domain_cert_expiry_time ⇒ ::String
1857 |
# File 'sig/client.rbs', line 1857
def custom_domain_cert_expiry_time: () -> ::String
|
#custom_domain_certificate_arn ⇒ ::String
1855 |
# File 'sig/client.rbs', line 1855
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_name ⇒ ::String
1854 |
# File 'sig/client.rbs', line 1854
def custom_domain_name: () -> ::String
|