class Chef::Provisioning::AWSDriver::TaggingStrategy::RDS
Attributes
rds_client[R]
rds_object_arn[R]
Public Class Methods
new(rds_client, rds_object_arn, desired_tags)
click to toggle source
# File lib/chef/provisioning/aws_driver/tagging_strategy/rds.rb, line 53 def initialize(rds_client, rds_object_arn, desired_tags) @rds_client = rds_client @rds_object_arn = rds_object_arn @desired_tags = desired_tags end