Struct rusoto_ec2::VpcEndpoint [] [src]

pub struct VpcEndpoint {
    pub creation_timestamp: Option<String>,
    pub policy_document: Option<String>,
    pub route_table_ids: Option<Vec<String>>,
    pub service_name: Option<String>,
    pub state: Option<String>,
    pub vpc_endpoint_id: Option<String>,
    pub vpc_id: Option<String>,
}

Describes a VPC endpoint.

Fields

The date and time the VPC endpoint was created.

The policy document associated with the endpoint.

One or more route tables associated with the endpoint.

The name of the AWS service to which the endpoint is associated.

The state of the VPC endpoint.

The ID of the VPC endpoint.

The ID of the VPC to which the endpoint is associated.

Trait Implementations

impl Default for VpcEndpoint
[src]

[src]

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

impl Debug for VpcEndpoint
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpcEndpoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more