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.
6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/aws-sdk-redshift/types.rb', line 6296 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port that the database engine is listening on.
6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/aws-sdk-redshift/types.rb', line 6296 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
Describes a connection endpoint.
6296 6297 6298 6299 6300 6301 6302 |
# File 'lib/aws-sdk-redshift/types.rb', line 6296 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end |