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