Class: Aws::StorageGateway::Types::AddTagsToResourceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

AddTagsToResourceOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource you want to add tags to.

Returns:

  • (String)


226
227
228
229
230
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 226

class AddTagsToResourceOutput < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end