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.
3888 3889 3890 3891 3892 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3888 class DisassociateFileSystemOutput < Struct.new( :file_system_association_arn) SENSITIVE = [] include Aws::Structure end |