Struct rusoto_gamelift::CreateVpcPeeringAuthorizationInput[][src]

pub struct CreateVpcPeeringAuthorizationInput {
    pub game_lift_aws_account_id: String,
    pub peer_vpc_id: String,
}

Represents the input for a request action.

Fields

Unique identifier for the AWS account that you use to manage your Amazon GameLift fleet. You can find your Account ID in the AWS Management Console under account settings.

Unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same region where your fleet is deployed. To get VPC information, including IDs, use the Virtual Private Cloud service tools, including the VPC Dashboard in the AWS Management Console.

Trait Implementations

impl Default for CreateVpcPeeringAuthorizationInput
[src]

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

impl Debug for CreateVpcPeeringAuthorizationInput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateVpcPeeringAuthorizationInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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