Class: Aws::RedshiftServerless::Types::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::Endpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
The VPC endpoint object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The DNS address of the VPC endpoint.
-
#port ⇒ Integer
The port that Amazon Redshift Serverless listens on.
-
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
An array of ‘VpcEndpoint` objects.
Instance Attribute Details
#address ⇒ String
The DNS address of the VPC endpoint.
957 958 959 960 961 962 963 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 957 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port that Amazon Redshift Serverless listens on.
957 958 959 960 961 962 963 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 957 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoints ⇒ Array<Types::VpcEndpoint>
An array of ‘VpcEndpoint` objects.
957 958 959 960 961 962 963 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 957 class Endpoint < Struct.new( :address, :port, :vpc_endpoints) SENSITIVE = [] include Aws::Structure end |