Struct rusoto_elasticache::CacheSecurityGroupMembership[][src]

pub struct CacheSecurityGroupMembership {
    pub cache_security_group_name: Option<String>,
    pub status: Option<String>,
}

Represents a cluster's status within a particular cache security group.

Fields

The name of the cache security group.

The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

Trait Implementations

impl Default for CacheSecurityGroupMembership
[src]

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

impl Debug for CacheSecurityGroupMembership
[src]

Formats the value using the given formatter. Read more

impl Clone for CacheSecurityGroupMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CacheSecurityGroupMembership
[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