Struct rusoto_ec2::ModifyVpcPeeringConnectionOptionsRequest [] [src]

pub struct ModifyVpcPeeringConnectionOptionsRequest {
    pub accepter_peering_connection_options: Option<PeeringConnectionOptionsRequest>,
    pub dry_run: Option<bool>,
    pub requester_peering_connection_options: Option<PeeringConnectionOptionsRequest>,
    pub vpc_peering_connection_id: String,
}

Fields

The VPC peering connection options for the accepter VPC.

Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The VPC peering connection options for the requester VPC.

The ID of the VPC peering connection.

Trait Implementations

impl Default for ModifyVpcPeeringConnectionOptionsRequest
[src]

[src]

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

impl Debug for ModifyVpcPeeringConnectionOptionsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ModifyVpcPeeringConnectionOptionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more