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]

[src]

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

impl Debug for DescribeVpcPeeringAuthorizationsOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeVpcPeeringAuthorizationsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations