pub struct CreateVpcEndpointResult {
pub client_token: Option<String>,
pub vpc_endpoint: Option<VpcEndpoint>,
}Expand description
Contains the output of CreateVpcEndpoint.
Fields§
§client_token: Option<String>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
vpc_endpoint: Option<VpcEndpoint>Information about the endpoint.
Trait Implementations§
Source§impl Clone for CreateVpcEndpointResult
impl Clone for CreateVpcEndpointResult
Source§fn clone(&self) -> CreateVpcEndpointResult
fn clone(&self) -> CreateVpcEndpointResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateVpcEndpointResult
impl Debug for CreateVpcEndpointResult
Source§impl Default for CreateVpcEndpointResult
impl Default for CreateVpcEndpointResult
Source§fn default() -> CreateVpcEndpointResult
fn default() -> CreateVpcEndpointResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateVpcEndpointResult
impl PartialEq for CreateVpcEndpointResult
impl StructuralPartialEq for CreateVpcEndpointResult
Auto Trait Implementations§
impl Freeze for CreateVpcEndpointResult
impl RefUnwindSafe for CreateVpcEndpointResult
impl Send for CreateVpcEndpointResult
impl Sync for CreateVpcEndpointResult
impl Unpin for CreateVpcEndpointResult
impl UnwindSafe for CreateVpcEndpointResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more