Module: Aws::Redshift::Client::_CreateCustomDomainAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCustomDomainAssociationResult]
- 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
397 |
# File 'sig/client.rbs', line 397
def cluster_identifier: () -> ::String
|
#custom_domain_cert_expiry_time ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def custom_domain_cert_expiry_time: () -> ::String
|
#custom_domain_certificate_arn ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def custom_domain_certificate_arn: () -> ::String
|
#custom_domain_name ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def custom_domain_name: () -> ::String
|