class Chef::Provisioning::AWSDriver::AWSTagger
Include this module on a class or instance that is responsible for tagging itself. Fill in the hook methods so it knows how to tag itself.
Attributes
action_handler[R]
Public Class Methods
new(tagging_strategy, action_handler)
click to toggle source
# File lib/chef/provisioning/aws_driver/aws_tagger.rb, line 11 def initialize(tagging_strategy, action_handler) @tagging_strategy = tagging_strategy @action_handler = action_handler end