class Aws::Resources::BuilderSources::Argument

Public Instance Methods

extract(options) click to toggle source

@option [required, String] :argument

# File lib/aws-sdk-resources/builder_sources.rb, line 30
def extract(options)
  (options[:args] || []).first
end