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)


6260
6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-redshift/types.rb', line 6260

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)


6260
6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-redshift/types.rb', line 6260

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

#vpc_endpointsArray<Types::VpcEndpoint>

Describes a connection endpoint.

Returns:



6260
6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-redshift/types.rb', line 6260

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