Class: Aws::StorageGateway::Types::RemoveTagsFromResourceOutput

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

Overview

RemoveTagsFromResourceOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that the tags were removed from.

Returns:

  • (String)


5247
5248
5249
5250
5251
# File 'lib/aws-sdk-storagegateway/types.rb', line 5247

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