Struct rusoto_ec2::UserIdGroupPair [] [src]

pub struct UserIdGroupPair {
    pub group_id: Option<String>,
    pub group_name: Option<String>,
    pub peering_status: Option<String>,
    pub user_id: Option<String>,
    pub vpc_id: Option<String>,
    pub vpc_peering_connection_id: Option<String>,
}

Describes a security group and AWS account ID pair.

Fields

The ID of the security group.

The name of the security group. In a request, use this parameter for a security group in EC2-Classic or a default VPC only. For a security group in a nondefault VPC, use the security group ID.

The status of a VPC peering connection, if applicable.

The ID of an AWS account. For a referenced security group in another VPC, the account ID of the referenced security group is returned.

[EC2-Classic] Required when adding or removing rules that reference a security group in another AWS account.

The ID of the VPC for the referenced security group, if applicable.

The ID of the VPC peering connection, if applicable.

Trait Implementations

impl Default for UserIdGroupPair
[src]

[src]

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

impl Debug for UserIdGroupPair
[src]

[src]

Formats the value using the given formatter.

impl Clone for UserIdGroupPair
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more