Sha256: 8f8ef14c8d0059fda67a46a0fe7cc6d67d7d49b4d7b40907c52fe284a9f229fd
Contents?: true
Size: 693 Bytes
Versions: 158
Compression:
Stored size: 693 Bytes
Contents
module Awspec::Generator module Doc module Type class ElastictranscoderPipeline < Base def initialize super @type_name = 'ElastictranscoderPipeline' @type = Awspec::Type::ElastictranscoderPipeline.new('my-elastic-transcoder-pipeline') @ret = @type.resource_via_client @matchers = [ Awspec::Type::ElastictranscoderPipeline::STATUSES.map { |status| 'be_' + status.underscore }.join(', ') ] @ignore_matchers = Awspec::Type::ElastictranscoderPipeline::STATUSES.map do |status| 'be_' + status.underscore end @describes = [] end end end end end
Version data entries
158 entries across 158 versions & 4 rubygems