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)


5224
5225
5226
5227
5228
# File 'lib/aws-sdk-storagegateway/types.rb', line 5224

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