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)


17190
17191
17192
17193
17194
17195
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17190

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

#portInteger

The port that the database engine listens on.

Returns:

  • (Integer)


17190
17191
17192
17193
17194
17195
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17190

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