Extracts an identifier from the data of a response. Used when building a {Resource} object from the response of an operation.
@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