Class: Aws::Types::CreateCacheSecurityGroupMessage

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)


399
400
401
# File 'sig/types.rbs', line 399

def cache_security_group_name
  @cache_security_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def tags
  @tags
end