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)


63491
63492
63493
63494
63495
63496
63497
63498
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63491

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


63491
63492
63493
63494
63495
63496
63497
63498
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63491

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

#resource_typeString

The resource type.

Returns:

  • (String)


63491
63492
63493
63494
63495
63496
63497
63498
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63491

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

#valueString

The tag value.

Returns:

  • (String)


63491
63492
63493
63494
63495
63496
63497
63498
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63491

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