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)


17221
17222
17223
17224
17225
17226
# File 'lib/aws-sdk-securityhub/types.rb', line 17221

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

#portInteger

The port that the database engine listens on.

Returns:

  • (Integer)


17221
17222
17223
17224
17225
17226
# File 'lib/aws-sdk-securityhub/types.rb', line 17221

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