Struct rusoto_dax::SecurityGroupMembership[][src]

pub struct SecurityGroupMembership {
    pub security_group_identifier: Option<String>,
    pub status: Option<String>,
}

An individual VPC security group and its status.

Fields

The unique ID for this security group.

The status of this security group.

Trait Implementations

impl Default for SecurityGroupMembership
[src]

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

impl Debug for SecurityGroupMembership
[src]

Formats the value using the given formatter. Read more

impl Clone for SecurityGroupMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SecurityGroupMembership
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations