Class: AWS::AutoScaling::Tag
- Inherits:
-
Hash
- Object
- Hash
- AWS::AutoScaling::Tag
- Defined in:
- lib/aws/auto_scaling/tag.rb
Overview
Instance Method Summary collapse
-
#delete ⇒ nil
Deletes the tag from the resource.
-
#resource ⇒ Group
Returns the tagged resource.
Instance Method Details
#delete ⇒ nil
Deletes the tag from the resource.
52 53 54 55 |
# File 'lib/aws/auto_scaling/tag.rb', line 52 def delete resource.([self]) nil end |
#resource ⇒ Group
Returns the tagged resource. Currently this is always an Auto Scaling group.
46 47 48 |
# File 'lib/aws/auto_scaling/tag.rb', line 46 def resource @resource end |