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]

[src]

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

impl Debug for CacheSecurityGroupMembership
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CacheSecurityGroupMembership
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations