Class: Aws::StorageGateway::Types::AddTagsToResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AddTagsToResourceOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
AddTagsToResourceOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you want to add tags to.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you want to add tags to.
236 237 238 239 240 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 236 class AddTagsToResourceOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |