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]

[src]

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

impl Debug for CreateVpcPeeringAuthorizationInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateVpcPeeringAuthorizationInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations