Module AWS::Core::ServiceInterface
In: lib/aws/core/service_interface.rb

Methods

Included Modules

Errors

Public Class methods

Returns a new interface object for this service. You can override any of the global configuration parameters by passing them in as hash options. They are merged with AWS.config or merged with the provided `:config` object.

    @ec2 = AWS::EC2.new(:max_retries => 2)

@see AWS::Cofiguration

@param [Hash] options

@option options [Configuration] :config An AWS::Configuration

  object to initialize this service interface object with.  Defaults
  to AWS.config when not provided.

Public Instance methods

@return [String]

[Validate]