Class: Aws::IoTWireless::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource to add tags to.
-
#tags ⇒ Array<Types::Tag>
Adds to or modifies the tags of the given resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource to add tags to.
6014 6015 6016 6017 6018 6019 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6014 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.
6014 6015 6016 6017 6018 6019 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6014 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |