Class: Aws::SnowDeviceManagement::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::TagResourceInput
- Defined in:
- gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the device or task.
-
#tags ⇒ Hash<String,String>
Optional metadata that you assign to a resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the device or task.
1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1031 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1031 class TagResourceInput < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |