Struct aws_sdk_redshift::model::VpcEndpoint [−][src]
#[non_exhaustive]pub struct VpcEndpoint {
pub vpc_endpoint_id: Option<String>,
pub vpc_id: Option<String>,
pub network_interfaces: Option<Vec<NetworkInterface>>,
}
Expand description
The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.vpc_endpoint_id: Option<String>
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
vpc_id: Option<String>
The VPC identifier that the endpoint is associated.
network_interfaces: Option<Vec<NetworkInterface>>
One or more network interfaces of the endpoint. Also known as an interface endpoint.
Implementations
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
One or more network interfaces of the endpoint. Also known as an interface endpoint.
Creates a new builder-style object to manufacture VpcEndpoint
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VpcEndpoint
impl Send for VpcEndpoint
impl Sync for VpcEndpoint
impl Unpin for VpcEndpoint
impl UnwindSafe for VpcEndpoint
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more