Class: Aws::EC2::Types::TagDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a tag.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag key.

Returns:

  • (String)


63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63584

class TagDescription < Struct.new(
  :key,
  :resource_id,
  :resource_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63584

class TagDescription < Struct.new(
  :key,
  :resource_id,
  :resource_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63584

class TagDescription < Struct.new(
  :key,
  :resource_id,
  :resource_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The tag value.

Returns:

  • (String)


63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63584

class TagDescription < Struct.new(
  :key,
  :resource_id,
  :resource_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end