Class: Aws::Redshift::Types::VpcEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::VpcEndpoint
- Defined in:
- gems/aws-sdk-redshift/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.
12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12560 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.
12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12560 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.
12560 12561 12562 12563 12564 12565 12566 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 12560 class VpcEndpoint < Struct.new( :vpc_endpoint_id, :vpc_id, :network_interfaces) SENSITIVE = [] include Aws::Structure end |