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.
68957 68958 68959 68960 68961 68962 68963 68964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68957 class TagDescription < Struct.new( :key, :resource_id, :resource_type, :value) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
68957 68958 68959 68960 68961 68962 68963 68964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68957 class TagDescription < Struct.new( :key, :resource_id, :resource_type, :value) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
68957 68958 68959 68960 68961 68962 68963 68964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68957 class TagDescription < Struct.new( :key, :resource_id, :resource_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag value.
68957 68958 68959 68960 68961 68962 68963 68964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68957 class TagDescription < Struct.new( :key, :resource_id, :resource_type, :value) SENSITIVE = [] include Aws::Structure end |