Struct rusoto_ec2::CreateVpcEndpointResult [] [src]

pub struct CreateVpcEndpointResult {
    pub client_token: Option<String>,
    pub vpc_endpoint: Option<VpcEndpoint>,
}

Contains the output of CreateVpcEndpoint.

Fields

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

Information about the endpoint.

Trait Implementations

impl Default for CreateVpcEndpointResult
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateVpcEndpointResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateVpcEndpointResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more