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

@private

Methods

Included Modules

Model Cacheable

Classes and Modules

Class AWS::Resource::Attribute
Class AWS::Resource::AttributeProvider
Class AWS::Resource::NotFound

Public Class methods

Protected Class methods

Public Instance methods

@return [Boolean] Returns true if the objects references the same

  AWS resource.
eql?(other)

Alias for #==

@return [String] Returns a simple string representation of this resource.

Protected Instance methods

Overide this method is subclasses of Resource. This method should return an array of identifying key/value pairs.

  # @private
  protected
  def resource_identifiers
    [[:user_name, name]]
  end

@private

@private

[Validate]