Class: Aws::Redshift::Types::VpcEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::VpcEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
The connection endpoint for connecting to an Amazon Redshift cluster 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 an Amazon Redshift cluster through the proxy.
-
#vpc_id ⇒ String
The VPC identifier that the endpoint is associated.
Instance Attribute Details
#network_interfaces ⇒ Array<Types::NetworkInterface>
One or more network interfaces of the endpoint. Also known as an interface endpoint.
12431 12432 12433 12434 12435 12436 12437 |
# File 'lib/aws-sdk-redshift/types.rb', line 12431 class VpcEndpoint < Struct.new( :vpc_endpoint_id, :vpc_id, :network_interfaces) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_id ⇒ String
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
12431 12432 12433 12434 12435 12436 12437 |
# File 'lib/aws-sdk-redshift/types.rb', line 12431 class VpcEndpoint < Struct.new( :vpc_endpoint_id, :vpc_id, :network_interfaces) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC identifier that the endpoint is associated.
12431 12432 12433 12434 12435 12436 12437 |
# File 'lib/aws-sdk-redshift/types.rb', line 12431 class VpcEndpoint < Struct.new( :vpc_endpoint_id, :vpc_id, :network_interfaces) SENSITIVE = [] include Aws::Structure end |