Class: Aws::SecurityHub::Types::AwsRedshiftClusterEndpoint
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterEndpoint
 
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The connection endpoint for an Amazon Redshift cluster.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The DNS address of the cluster. 
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The port that the database engine listens on. 
Instance Attribute Details
#address ⇒ String
The DNS address of the cluster.
| 17360 17361 17362 17363 17364 17365 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17360 class AwsRedshiftClusterEndpoint < Struct.new( :address, :port) SENSITIVE = [] include Aws::Structure end | 
#port ⇒ Integer
The port that the database engine listens on.
| 17360 17361 17362 17363 17364 17365 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17360 class AwsRedshiftClusterEndpoint < Struct.new( :address, :port) SENSITIVE = [] include Aws::Structure end |