Class: Aws::EC2::Types::TagDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TagDescription
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a tag.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
-
#value ⇒ String
The tag value.
Instance Attribute Details
#key ⇒ String
The tag key.
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_id ⇒ String
The ID of the resource.
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_type ⇒ String
The resource type.
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 |
#value ⇒ String
The tag value.
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 |