Struct rusoto_rds::EC2SecurityGroup [] [src]

pub struct EC2SecurityGroup {
    pub ec2_security_group_id: Option<String>,
    pub ec2_security_group_name: Option<String>,
    pub ec2_security_group_owner_id: Option<String>,
    pub status: Option<String>,
}

This data type is used as a response element in the following actions:

Fields

Specifies the id of the EC2 security group.

Specifies the name of the EC2 security group.

Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".

Trait Implementations

impl Default for EC2SecurityGroup
[src]

[src]

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

impl Debug for EC2SecurityGroup
[src]

[src]

Formats the value using the given formatter.

impl Clone for EC2SecurityGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more