Class: Aws::Lightsail::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to which you want to add a tag.
-
#resource_name ⇒ String
The name of the resource to which you are adding tags.
-
#tags ⇒ Array<Types::Tag>
The tag key and optional value.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to which you want to add a tag.
14220 14221 14222 14223 14224 14225 14226 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14220 class TagResourceRequest < Struct.new( :resource_name, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource to which you are adding tags.
14220 14221 14222 14223 14224 14225 14226 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14220 class TagResourceRequest < Struct.new( :resource_name, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag key and optional value.
14220 14221 14222 14223 14224 14225 14226 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14220 class TagResourceRequest < Struct.new( :resource_name, :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |