Struct rusoto_redshift::EC2SecurityGroup [] [src]

pub struct EC2SecurityGroup {
    pub ec2_security_group_name: Option<String>,
    pub ec2_security_group_owner_id: Option<String>,
    pub status: Option<String>,
    pub tags: Option<Vec<Tag>>,
}

Describes an Amazon EC2 security group.

Fields

The name of the EC2 Security Group.

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

The status of the EC2 security group.

The list of tags for the EC2 security group.

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. Read more

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

Auto Trait Implementations