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.
      8423 8424 8425 8426 8427 8428 8429 8430  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8423 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.
      8423 8424 8425 8426 8427 8428 8429 8430  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8423 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.
      8423 8424 8425 8426 8427 8428 8429 8430  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8423 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.
      8423 8424 8425 8426 8427 8428 8429 8430  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8423 class ModifyCustomDomainAssociationResult < Struct.new( :custom_domain_name, :custom_domain_certificate_arn, :cluster_identifier, :custom_domain_cert_expiry_time) SENSITIVE = [] include Aws::Structure end  |