Sha256: b0b25e04c3ed4660669fc6d0d9e07965938088dd30b2c5b4f76f416da56b7eff
Contents?: true
Size: 421 Bytes
Versions: 13
Compression:
Stored size: 421 Bytes
Contents
# frozen_string_literal: true 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
13 entries across 13 versions & 1 rubygems