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