Sha256: 4f8fd6363e5b64370bc8fc4e1c40c45153d46a7764f7324914e250a2a47b05aa
Contents?: true
Size: 390 Bytes
Versions: 191
Compression:
Stored size: 390 Bytes
Contents
module Awspec::Generator module Doc module Type class S3Bucket < Base def initialize super @type = Awspec::Type::S3Bucket.new('my-bucket') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = %w(acl_grants_count acl_owner cors_rules_count) end end end end end
Version data entries
191 entries across 191 versions & 4 rubygems