Struct rusoto_elasticache::CacheSecurityGroupMembership [] [src]

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

Represents a cache 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 cache 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.

impl Clone for CacheSecurityGroupMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more