Class: Aws::StorageGateway::Types::DisassociateFileSystemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DisassociateFileSystemOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted file system association.
Instance Attribute Details
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted file system association.
3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3921 class DisassociateFileSystemOutput < Struct.new( :file_system_association_arn) SENSITIVE = [] include Aws::Structure end |