Sha256: c17e1ed25a14fe3d03d9dfc89554fa73547dcb135e8fdb00611b450f5252237d
Contents?: true
Size: 342 Bytes
Versions: 139
Compression:
Stored size: 342 Bytes
Contents
### exist You can set `cluster` ( default: `default` ). ```ruby describe ecs_container_instance('my-container-instance'), cluster: 'my-ecs-cluster' do it { should exist } end ``` ### be_active, be_inactive ```ruby describe ecs_container_instance('my-container-instance'), cluster: 'my-ecs-cluster' do it { should be_active } end ```
Version data entries
139 entries across 139 versions & 4 rubygems