Class: Aws::Redshift::Types::ModifyCustomDomainAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyCustomDomainAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The identifier of the cluster associated with the result for the changed custom domain association.
-
#custom_domain_cert_expiry_time ⇒ String
The certificate expiration time associated with the result for the changed custom domain association.
-
#custom_domain_certificate_arn ⇒ String
The certificate Amazon Resource Name (ARN) associated with the result for the changed custom domain association.
-
#custom_domain_name ⇒ String
The custom domain name associated with the result for the changed custom domain association.
Instance Attribute Details
#cluster_identifier ⇒ String
The identifier of the cluster associated with the result for the changed custom domain association.
8677 8678 8679 8680 8681 8682 8683 8684 |
# File 'lib/aws-sdk-redshift/types.rb', line 8677 class ModifyCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end |
#custom_domain_cert_expiry_time ⇒ String
The certificate expiration time associated with the result for the changed custom domain association.
8677 8678 8679 8680 8681 8682 8683 8684 |
# File 'lib/aws-sdk-redshift/types.rb', line 8677 class ModifyCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end |
#custom_domain_certificate_arn ⇒ String
The certificate Amazon Resource Name (ARN) associated with the result for the changed custom domain association.
8677 8678 8679 8680 8681 8682 8683 8684 |
# File 'lib/aws-sdk-redshift/types.rb', line 8677 class ModifyCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end |
#custom_domain_name ⇒ String
The custom domain name associated with the result for the changed custom domain association.
8677 8678 8679 8680 8681 8682 8683 8684 |
# File 'lib/aws-sdk-redshift/types.rb', line 8677 class ModifyCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end |