Methods

Class/Module Index [+]

Quicksearch

Fog::AWS::Elasticache::ParameterGroups

Public Instance Methods

all() click to toggle source
# File lib/fog/aws/models/elasticache/parameter_groups.rb, line 11
def all
  load(
    service.describe_cache_parameter_groups.body['CacheParameterGroups']
  )
end
get(identity) click to toggle source
# File lib/fog/aws/models/elasticache/parameter_groups.rb, line 17
def get(identity)
  new(
    service.describe_cache_parameter_groups(
      identity
    ).body['CacheParameterGroups'].first
  )
rescue Fog::AWS::Elasticache::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.