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)


5281
5282
5283
5284
5285
# File 'lib/aws-sdk-storagegateway/types.rb', line 5281

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