Module AWS::Core::Model
In: lib/aws/core/model.rb

@private

Methods

client   config_prefix   inspect   new  

Attributes

config  [R]  @return [Configuration] Returns the configuration for this object.

Public Class methods

@private

Public Instance methods

Each class including this module has its own client class. Generally it is the service namespace suffixed by client:

  • s3_client
  • simple_db_client

@return Retruns the proper client class for the given model.

@return [String] The short name of the service as used in coniguration.

  (e.g. SimpleDB::Client.config_prefix #=> 'simple_db')

@return [String] A sensible default inspect string.

[Validate]