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