Sha256: 22b2f010aefc9c1ad05bd492770f9f7ab81a7655435ab1f65729f93cdc92d92d
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::CostandUsageReportService # This class provides a resource oriented interface for CostandUsageReportService. # To create a resource object: # resource = Aws::CostandUsageReportService::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::CostandUsageReportService::Client.new(region: 'us-west-2') # resource = Aws::CostandUsageReportService::Resource.new(client: client) class Resource # @param options ({}) # @option options [Client] :client def initialize(options = {}) @client = options[:client] || Client.new(options) end # @return [Client] def client @client end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-costandusagereportservice-1.19.0 | lib/aws-sdk-costandusagereportservice/resource.rb |