Class: Aws::RedshiftServerless::Types::VpcEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::VpcEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
The connection endpoint for connecting to Amazon Redshift Serverless through the proxy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_interfaces ⇒ Array<Types::NetworkInterface>
One or more network interfaces of the endpoint.
-
#vpc_endpoint_id ⇒ String
The connection endpoint ID for connecting to Amazon Redshift Serverless.
-
#vpc_id ⇒ String
The VPC identifier that the endpoint is associated with.
Instance Attribute Details
#network_interfaces ⇒ Array<Types::NetworkInterface>
One or more network interfaces of the endpoint. Also known as an interface endpoint.
3695 3696 3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3695 class VpcEndpoint < Struct.new( :network_interfaces, :vpc_endpoint_id, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The connection endpoint ID for connecting to Amazon Redshift Serverless.
3695 3696 3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3695 class VpcEndpoint < Struct.new( :network_interfaces, :vpc_endpoint_id, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC identifier that the endpoint is associated with.
3695 3696 3697 3698 3699 3700 3701 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3695 class VpcEndpoint < Struct.new( :network_interfaces, :vpc_endpoint_id, :vpc_id) SENSITIVE = [] include Aws::Structure end |