Class: Aws::Redshift::Types::AuthorizeEndpointAccessMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::AuthorizeEndpointAccessMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID to grant access to.
 - 
  
    
      #cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cluster identifier of the cluster to grant access to.
 - 
  
    
      #vpc_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The virtual private cloud (VPC) identifiers to grant access to.
 
Instance Attribute Details
#account ⇒ String
The Amazon Web Services account ID to grant access to.
      356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 356 class AuthorizeEndpointAccessMessage < Struct.new( :cluster_identifier, :account, :vpc_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_identifier ⇒ String
The cluster identifier of the cluster to grant access to.
      356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 356 class AuthorizeEndpointAccessMessage < Struct.new( :cluster_identifier, :account, :vpc_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_ids ⇒ Array<String>
The virtual private cloud (VPC) identifiers to grant access to.
      356 357 358 359 360 361 362  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 356 class AuthorizeEndpointAccessMessage < Struct.new( :cluster_identifier, :account, :vpc_ids) SENSITIVE = [] include Aws::Structure end  |