You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::SecurityGroupMembership

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a single cache security group and its status.

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idString

The identifier of the cache security group.

Returns:

  • (String)

    The identifier of the cache security group.

#statusString

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

Returns:

  • (String)

    The status of the cache security group membership.