Class: Aws::SecurityHub::Types::AwsRedshiftClusterEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterEndpoint
- Includes:
- Aws::Structure
- Defined in:
- 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.
17910 17911 17912 17913 17914 17915 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17910 class AwsRedshiftClusterEndpoint < Struct.new( :address, :port) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port that the database engine listens on.
17910 17911 17912 17913 17914 17915 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17910 class AwsRedshiftClusterEndpoint < Struct.new( :address, :port) SENSITIVE = [] include Aws::Structure end |