class Aws::Resources::BuilderSources::ResponsePath

Extracts an identifier from the data of a response. Used when building a {Resource} object from the response of an operation.

Public Instance Methods

extract(options) click to toggle source

@option [required, Seahorse::Client::Response] :response

# File lib/aws-sdk-resources/builder_sources.rb, line 83
def extract(options)
  JMESPath.search(@source, options[:response].data)
end