Class: Aws::SecurityHub::Types::AwsRedshiftClusterEndpoint

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#addressString

The DNS address of the cluster.

Returns:

  • (String)


17917
17918
17919
17920
17921
17922
# File 'lib/aws-sdk-securityhub/types.rb', line 17917

class AwsRedshiftClusterEndpoint < Struct.new(
  :address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port that the database engine listens on.

Returns:

  • (Integer)


17917
17918
17919
17920
17921
17922
# File 'lib/aws-sdk-securityhub/types.rb', line 17917

class AwsRedshiftClusterEndpoint < Struct.new(
  :address,
  :port)
  SENSITIVE = []
  include Aws::Structure
end