Extracts an identifier from the request parameters used to generate 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 74 def extract(options) JMESPath.search(@source, options[:response].context.params) end