Class: Aws::StorageGateway::Types::RemoveTagsFromResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::RemoveTagsFromResourceOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
RemoveTagsFromResourceOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
5402 5403 5404 5405 5406 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5402 class RemoveTagsFromResourceOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |