Class: Aws::Redshift::Types::Endpoint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::Endpoint
 
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes a connection endpoint.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The DNS address of the Cluster. 
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The port that the database engine is listening on. 
- 
  
    
      #vpc_endpoints  ⇒ Array<Types::VpcEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes a connection endpoint. 
Instance Attribute Details
#address ⇒ String
The DNS address of the Cluster.
| 6313 6314 6315 6316 6317 6318 6319 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6313 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end | 
#port ⇒ Integer
The port that the database engine is listening on.
| 6313 6314 6315 6316 6317 6318 6319 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6313 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end | 
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
Describes a connection endpoint.
| 6313 6314 6315 6316 6317 6318 6319 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6313 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end |