Sha256: 902484abbd04fba55776447a288a6f8ac6b553260ec89e874816e728f0873abb

Contents?: true

Size: 775 Bytes

Versions: 12

Compression:

Stored size: 775 Bytes

Contents

Aws.config[:ecs] = {
  stub_responses: {
    describe_clusters: {
      clusters: [
        {
          cluster_arn:                           'arn:aws:ecs:us-east-1:123456789012:cluster/my-ecs-cluster',
          cluster_name:                          'my-ecs-cluster',
          status:                                'ACTIVE',
          registered_container_instances_count:  0,
          pending_tasks_count:                   0,
          running_tasks_count:                   0,
          active_services_count:                 0
        }
      ],
      failures: [
      ]
    },
    list_container_instances: {
      container_instance_arns: [
        'arn:aws:ecs:us-east-1:123456789012:container-instance/f2756532-8f13-4d53-87c9-aed50dc94cd7'
      ]
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awspec-0.65.2 lib/awspec/stub/ecs_cluster.rb
awspec-0.65.1 lib/awspec/stub/ecs_cluster.rb
awspec-0.65.0 lib/awspec/stub/ecs_cluster.rb
awspec-0.64.0 lib/awspec/stub/ecs_cluster.rb
awspec-0.63.1 lib/awspec/stub/ecs_cluster.rb
awspec-0.63.0 lib/awspec/stub/ecs_cluster.rb
awspec-0.62.1 lib/awspec/stub/ecs_cluster.rb
awspec-0.62.0 lib/awspec/stub/ecs_cluster.rb
awspec-0.61.1 lib/awspec/stub/ecs_cluster.rb
awspec-0.61.0 lib/awspec/stub/ecs_cluster.rb
awspec-0.60.1 lib/awspec/stub/ecs_cluster.rb
awspec-0.60.0 lib/awspec/stub/ecs_cluster.rb