Class: Aws::Types::CacheParameterGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def arn
  @arn
end

#cache_parameter_group_family::String

Returns the value of attribute cache_parameter_group_family.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

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)


183
184
185
# File 'sig/types.rbs', line 183

def cache_parameter_group_name
  @cache_parameter_group_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def description
  @description
end

#is_globalBoolean

Returns the value of attribute is_global.

Returns:

  • (Boolean)


186
187
188
# File 'sig/types.rbs', line 186

def is_global
  @is_global
end