Struct rusoto_gamelift::DescribeVpcPeeringAuthorizationsOutput[][src]

pub struct DescribeVpcPeeringAuthorizationsOutput {
    pub vpc_peering_authorizations: Option<Vec<VpcPeeringAuthorization>>,
}

Fields

Collection of objects that describe all valid VPC peering operations for the current AWS account.

Trait Implementations

impl Default for DescribeVpcPeeringAuthorizationsOutput
[src]

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

impl Debug for DescribeVpcPeeringAuthorizationsOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeVpcPeeringAuthorizationsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeVpcPeeringAuthorizationsOutput
[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