Struct rusoto_apigateway::DeleteVpcLinkRequest[][src]

pub struct DeleteVpcLinkRequest {
    pub vpc_link_id: String,
}

Deletes an existing VpcLink of a specified identifier.

Fields

[Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

Trait Implementations

impl Default for DeleteVpcLinkRequest
[src]

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

impl Debug for DeleteVpcLinkRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteVpcLinkRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteVpcLinkRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations