Class: Aws::ResourceExplorer2::Types::TagResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::TagResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the view or index that you want to attach tags to.
-
#tags ⇒ Hash<String,String>
A list of tag key and value pairs that you want to attach to the specified view or index.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the view or index that you want to attach tags to.
1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1264 class TagResourceInput < Struct.new( :tags, :resource_arn) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tag key and value pairs that you want to attach to the specified view or index.
1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1264 class TagResourceInput < Struct.new( :tags, :resource_arn) SENSITIVE = [:tags] include Aws::Structure end |