Sha256: 1d89e7ab06726223bdafefebd3f77e6fbc33cc770d41f464193343ebc162070e

Contents?: true

Size: 223 Bytes

Versions: 14

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module Awspec::Helper
  module Finder
    module Emr
      def find_emr_cluster(cluster_id)
        emr_client.describe_cluster({ cluster_id: cluster_id }).cluster
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
awspec-1.32.0 lib/awspec/helper/finder/emr.rb
awspec-1.31.0 lib/awspec/helper/finder/emr.rb
awspec-1.30.0 lib/awspec/helper/finder/emr.rb
awspec-1.29.3 lib/awspec/helper/finder/emr.rb
awspec-1.29.2 lib/awspec/helper/finder/emr.rb
awspec-1.29.1 lib/awspec/helper/finder/emr.rb
awspec-1.29.0 lib/awspec/helper/finder/emr.rb
awspec-1.28.2 lib/awspec/helper/finder/emr.rb
awspec-1.28.1 lib/awspec/helper/finder/emr.rb
awspec-1.28.0 lib/awspec/helper/finder/emr.rb
awspec-1.27.1 lib/awspec/helper/finder/emr.rb
awspec-1.27.0 lib/awspec/helper/finder/emr.rb
awspec-1.26.0 lib/awspec/helper/finder/emr.rb
awspec-1.25.2 lib/awspec/helper/finder/emr.rb