Method: Awspec::Type::EcsCluster#id

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

#idObject



14
15
16
# File 'lib/awspec/type/ecs_cluster.rb', line 14

def id
  @id ||= resource_via_client.cluster_name if resource_via_client
end