Struct rusoto_rds::VpcSecurityGroupMembership [] [src]

pub struct VpcSecurityGroupMembership {
    pub status: Option<String>,
    pub vpc_security_group_id: Option<String>,
}

This data type is used as a response element for queries on VPC security group membership.

Fields

The status of the VPC security group.

The name of the VPC security group.

Trait Implementations

impl Default for VpcSecurityGroupMembership
[src]

[src]

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

impl Debug for VpcSecurityGroupMembership
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VpcSecurityGroupMembership
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations