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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Represents a single cache security group and its status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_id ⇒ String

The identifier of the cache security group.

Returns:

  • (String)


8628
8629
8630
8631
8632
8633
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8628

class SecurityGroupMembership < Struct.new(
  :security_group_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

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)


8628
8629
8630
8631
8632
8633
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8628

class SecurityGroupMembership < Struct.new(
  :security_group_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end