Struct rusoto_ec2::ModifyVpcPeeringConnectionOptionsResult [] [src]

pub struct ModifyVpcPeeringConnectionOptionsResult {
    pub accepter_peering_connection_options: Option<PeeringConnectionOptions>,
    pub requester_peering_connection_options: Option<PeeringConnectionOptions>,
}

Fields

Information about the VPC peering connection options for the accepter VPC.

Information about the VPC peering connection options for the requester VPC.

Trait Implementations

impl Default for ModifyVpcPeeringConnectionOptionsResult
[src]

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

impl Debug for ModifyVpcPeeringConnectionOptionsResult
[src]

Formats the value using the given formatter.

impl Clone for ModifyVpcPeeringConnectionOptionsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more