Class: Aws::StorageGateway::Types::DeleteFileShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteFileShareOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DeleteFileShareOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted file share.
Instance Attribute Details
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted file share.
2368 2369 2370 2371 2372 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2368 class DeleteFileShareOutput < Struct.new( :file_share_arn) SENSITIVE = [] include Aws::Structure end |