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)


64475
64476
64477
64478
64479
64480
64481
64482
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64475

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


64475
64476
64477
64478
64479
64480
64481
64482
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64475

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

#resource_typeString

The resource type.

Returns:

  • (String)


64475
64476
64477
64478
64479
64480
64481
64482
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64475

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

#valueString

The tag value.

Returns:

  • (String)


64475
64476
64477
64478
64479
64480
64481
64482
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64475

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