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)


6141
6142
6143
6144
6145
6146
6147
# File 'lib/aws-sdk-redshift/types.rb', line 6141

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)


6141
6142
6143
6144
6145
6146
6147
# File 'lib/aws-sdk-redshift/types.rb', line 6141

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

#vpc_endpointsArray<Types::VpcEndpoint>

Describes a connection endpoint.

Returns:



6141
6142
6143
6144
6145
6146
6147
# File 'lib/aws-sdk-redshift/types.rb', line 6141

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