Sha256: ab251d43a089a42edf8e3e47a5a78892ea8ce8b51eb6a3130db5e0ca41cc51b0

Contents?: true

Size: 942 Bytes

Versions: 1

Compression:

Stored size: 942 Bytes

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::SESV2
  # This class provides a resource oriented interface for SESV2.
  # To create a resource object:
  #     resource = Aws::SESV2::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::SESV2::Client.new(region: 'us-west-2')
  #     resource = Aws::SESV2::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-sesv2-1.3.0 lib/aws-sdk-sesv2/resource.rb