Class: Aws::Drs::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
ARN of the resource for which tags are to be added or updated.
-
#tags ⇒ Hash<String,String>
Array of tags to be added or updated.
Instance Attribute Details
#resource_arn ⇒ String
ARN of the resource for which tags are to be added or updated.
3560 3561 3562 3563 3564 3565 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3560 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Array of tags to be added or updated.
3560 3561 3562 3563 3564 3565 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3560 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [:tags] include Aws::Structure end |