Class: Aws::Types::CacheSecurityGroupMembership

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_name::String

Returns the value of attribute cache_security_group_name.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def cache_security_group_name
  @cache_security_group_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def status
  @status
end