Method: Awspec::Type::Elasticache#has_cache_parameter_group?

Defined in:
lib/awspec/type/elasticache.rb

#has_cache_parameter_group?(group_name) ⇒ Boolean

Returns:

  • (Boolean)


31
32
33
# File 'lib/awspec/type/elasticache.rb', line 31

def has_cache_parameter_group?(group_name)
  resource_via_client.cache_parameter_group.cache_parameter_group_name == group_name
end