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