Method: Awspec::Type::EcsCluster#initialize

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

#initialize(name) ⇒ EcsCluster

Returns a new instance of EcsCluster.



5
6
7
8
# File 'lib/awspec/type/ecs_cluster.rb', line 5

def initialize(name)
  super
  @display_name = name
end