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

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

Instance Attribute Details

#addressString

The DNS address of the cluster.

Returns:

  • (String)


16903
16904
16905
16906
16907
16908
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16903

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

#portInteger

The port that the database engine listens on.

Returns:

  • (Integer)


16903
16904
16905
16906
16907
16908
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16903

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