Class: Aws::Types::CacheParameterGroupStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_ids_to_reboot::Array[::String]

Returns the value of attribute cache_node_ids_to_reboot.

Returns:

  • (::Array[::String])


215
216
217
# File 'sig/types.rbs', line 215

def cache_node_ids_to_reboot
  @cache_node_ids_to_reboot
end

#cache_parameter_group_name::String

Returns the value of attribute cache_parameter_group_name.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def cache_parameter_group_name
  @cache_parameter_group_name
end

#parameter_apply_status::String

Returns the value of attribute parameter_apply_status.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def parameter_apply_status
  @parameter_apply_status
end