Method: Awspec::Type::EcsCluster#container_instance_arns
- Defined in:
- lib/awspec/type/ecs_cluster.rb
#container_instance_arns ⇒ Object
deprecated method
32 33 34 35 36 |
# File 'lib/awspec/type/ecs_cluster.rb', line 32 def container_instance_arns puts '' warn Color.on_red(Color.white("!!! `#{__method__}` is deprecated. awspec don't provide complex result !!!")) @container_instance_arns ||= select_ecs_container_instance_arn_by_cluster_name(id) end |