Extracts an identifier from the data of a parent resource. Used when building a {Resource} from the context of another resource.
@option [required, Resource] :resource
# File lib/aws-sdk-resources/builder_sources.rb, line 60 def extract(options) JMESPath.search(@source, options[:resource].data) end