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
1819 |
# File 'sig/client.rbs', line 1819
def cluster_identifier: () -> ::String
|
#custom_domain_cert_expiry_time ⇒ ::String
1820 |
# File 'sig/client.rbs', line 1820
def custom_domain_cert_expiry_time: () -> ::String
|
#custom_domain_certificate_arn ⇒ ::String
1818 |
# File 'sig/client.rbs', line 1818
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_name ⇒ ::String
1817 |
# File 'sig/client.rbs', line 1817
def custom_domain_name: () -> ::String
|