class Chef::Provisioning::AWSDriver::TaggingStrategy::EC2
Attributes
aws_object_id[R]
ec2_client[R]
Public Class Methods
new(ec2_client, aws_object_id, desired_tags)
click to toggle source
# File lib/chef/provisioning/aws_driver/tagging_strategy/ec2.rb, line 26 def initialize(ec2_client, aws_object_id, desired_tags) @ec2_client = ec2_client @aws_object_id = aws_object_id @desired_tags = desired_tags end