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
1863 |
# File 'sig/client.rbs', line 1863
def cluster_identifier: () -> ::String
|
#custom_domain_cert_expiry_time ⇒ ::String
1864 |
# File 'sig/client.rbs', line 1864
def custom_domain_cert_expiry_time: () -> ::String
|
#custom_domain_certificate_arn ⇒ ::String
1862 |
# File 'sig/client.rbs', line 1862
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_name ⇒ ::String
1861 |
# File 'sig/client.rbs', line 1861
def custom_domain_name: () -> ::String
|