Sha256: d35fde0122746183311410cc91c8e6f44cc48eaa03da539ad260598b546b4bf5

Contents?: true

Size: 257 Bytes

Versions: 2

Compression:

Stored size: 257 Bytes

Contents

### exist

```ruby
describe sqs('my-queue') do
  it { should exist }
  its(:queue_url) { should eq 'https://sqs.ap-northeast-1.amazonaws.com/123456789012/my-queue' }
  its(:queue_arn) { should eq 'arn:aws:sqs:ap-northeast-1:123456789012:my-queue' }
end
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awspec-0.82.1 doc/_resource_types/sqs.md
awspec-0.82.0 doc/_resource_types/sqs.md