Class: Aws::Types::CreateCacheParameterGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_parameter_group_family::String

Returns the value of attribute cache_parameter_group_family.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def cache_parameter_group_family
  @cache_parameter_group_family
end

#cache_parameter_group_name::String

Returns the value of attribute cache_parameter_group_name.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def cache_parameter_group_name
  @cache_parameter_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



389
390
391
# File 'sig/types.rbs', line 389

def tags
  @tags
end