Method: Awspec::Type::Elasticache#initialize
- Defined in:
- lib/awspec/type/elasticache.rb
#initialize(name) ⇒ Elasticache
Returns a new instance of Elasticache.
3 4 5 6 |
# File 'lib/awspec/type/elasticache.rb', line 3 def initialize(name) super @display_name = name end |