Class AWS::Resource::AttributeProvider
In: lib/aws/resource.rb
Parent: Object

@private

Methods

Attributes

request_types  [R] 

Public Class methods

Public Instance methods

Indicates that all of the the named attributes can be retrieved from an appropriate response object.

@param [Symbol] attr_names A list of attributes provided @param [Hash] options @option options [Boolean] :value_wrapped (false) If true, then

  the value returned by the response object will also receive
  the message :value before it is translated and returned.

@option options [Symbol] :get_as Defaults to the method named

  by the attribute.  This is useful when you have two providers
  for the same attribute but their response object name
  them differently.

[Validate]