Class: Aws::Redshift::Types::Endpoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes a connection endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The DNS address of the Cluster.

Returns:

  • (String)


6301
6302
6303
6304
6305
6306
6307
# File 'lib/aws-sdk-redshift/types.rb', line 6301

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

#portInteger

The port that the database engine is listening on.

Returns:

  • (Integer)


6301
6302
6303
6304
6305
6306
6307
# File 'lib/aws-sdk-redshift/types.rb', line 6301

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

#vpc_endpointsArray<Types::VpcEndpoint>

Describes a connection endpoint.

Returns:



6301
6302
6303
6304
6305
6306
6307
# File 'lib/aws-sdk-redshift/types.rb', line 6301

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