class AWS::Core::Response

def method_missing *args, &block

Other tags:
    See: #data -
    See: #[] -

Other tags:
    Note: - The prefered method to get as response data is to use {#[]}.
def method_missing *args, &block
  Core::Data.new(data).send(*args, &block)
end