Struct aws_sdk_ec2::output::CreateVpcEndpointOutput
source · #[non_exhaustive]pub struct CreateVpcEndpointOutput { /* private fields */ }
Expand description
Contains the output of CreateVpcEndpoint.
Implementations§
source§impl CreateVpcEndpointOutput
impl CreateVpcEndpointOutput
sourcepub fn vpc_endpoint(&self) -> Option<&VpcEndpoint>
pub fn vpc_endpoint(&self) -> Option<&VpcEndpoint>
Information about the endpoint.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
source§impl CreateVpcEndpointOutput
impl CreateVpcEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpcEndpointOutput
.
Trait Implementations§
source§impl Clone for CreateVpcEndpointOutput
impl Clone for CreateVpcEndpointOutput
source§fn clone(&self) -> CreateVpcEndpointOutput
fn clone(&self) -> CreateVpcEndpointOutput
Returns a copy 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 more