class Aws::Resources::BuilderSources::Identifier

Extracts an identifier from a parent resource identifier. Used when building a {Resource} from the context of another resource.

Public Instance Methods

extract(options) click to toggle source

@option [required, Resource] :resource

# File lib/aws-sdk-resources/builder_sources.rb, line 43
def extract(options)
  options[:resource].send(@source)
end