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.
Instance Attribute Summary collapse
-
#address ⇒ String
The DNS address of the Cluster.
-
#port ⇒ Integer
The port that the database engine is listening on.
Instance Attribute Details
#address ⇒ String
The DNS address of the Cluster.
3830 3831 3832 3833 3834 |
# File 'lib/aws-sdk-redshift/types.rb', line 3830 class Endpoint < Struct.new( :address, :port) include Aws::Structure end |
#port ⇒ Integer
The port that the database engine is listening on.
3830 3831 3832 3833 3834 |
# File 'lib/aws-sdk-redshift/types.rb', line 3830 class Endpoint < Struct.new( :address, :port) include Aws::Structure end |