lib/aws-sdk-emr/resource.rb in aws-sdk-emr-1.25.0 vs lib/aws-sdk-emr/resource.rb in aws-sdk-emr-1.26.0
- old
+ new
@@ -4,16 +4,10 @@
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE
module Aws::EMR
- # This class provides a resource oriented interface for EMR.
- # To create a resource object:
- # resource = Aws::EMR::Resource.new(region: 'us-west-2')
- # You can supply a client object with custom configuration that will be used for all resource operations.
- # If you do not pass +:client+, a default client will be constructed.
- # client = Aws::EMR::Client.new(region: 'us-west-2')
- # resource = Aws::EMR::Resource.new(client: client)
+
class Resource
# @param options ({})
# @option options [Client] :client
def initialize(options = {})