Sha256: b0be17039c526d488bc9ff97cff9cb61f8baf3dbcac115a00c08741a083ab50d

Contents?: true

Size: 924 Bytes

Versions: 12

Compression:

Stored size: 924 Bytes

Contents

# frozen_string_literal: true

module Awspec::Generator
  module Doc
    module Type
      class BatchComputeEnvironment < Base
        def initialize
          super
          @type_name = 'BatchComputeEnvironment'
          @type = Awspec::Type::BatchComputeEnvironment.new('my-batch-compute-environment')
          @ret = @type.resource_via_client
          @matchers = [
            Awspec::Type::BatchComputeEnvironment::STATES.map { |state| "be_#{state.downcase}" }.join(', '),
            Awspec::Type::BatchComputeEnvironment::TYPES.map { |type| "be_#{type.downcase}" }.join(', ')
          ]
          @ignore_matchers = [
            Awspec::Type::BatchComputeEnvironment::STATES.map { |state| "be_#{state.downcase}" }.join(', '),
            Awspec::Type::BatchComputeEnvironment::TYPES.map { |type| "be_#{type.downcase}" }.join(', ')
          ]
          @describes = []
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awspec-1.30.0 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.29.3 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.29.2 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.29.1 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.29.0 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.28.2 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.28.1 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.28.0 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.27.1 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.27.0 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.26.0 lib/awspec/generator/doc/type/batch_compute_environment.rb
awspec-1.25.2 lib/awspec/generator/doc/type/batch_compute_environment.rb