Class AWS::EC2::Tag
In: lib/aws/ec2/tag.rb
Parent: Resource

Represents an EC2 tag. @attr [String] value The tag value.

Methods

External Aliases

key -> name

Attributes

key  [R]  @return [String] The name of this tag.
resource  [R]  @return [Object] The EC2 resource this tag belongs to.

Public Class methods

@param [String] key The name of the tag @param [Hash] options @option options [String] :value (’’) The optional value of the tag.

Public Instance methods

Deletes this tag. @return [nil]

@private

Protected Instance methods

[Validate]