Class: Aws::Redshift::Types::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::Endpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes a connection endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The DNS address of the Cluster.
-
#port ⇒ Integer
The port that the database engine is listening on.
-
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
Describes a connection endpoint.
Instance Attribute Details
#address ⇒ String
The DNS address of the Cluster.
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 |
#port ⇒ Integer
The port that the database engine is listening on.
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_endpoints ⇒ Array<Types::VpcEndpoint>
Describes a connection endpoint.
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 |