Class: Aws::StorageGateway::Types::DisassociateFileSystemOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_association_arnString

The Amazon Resource Name (ARN) of the deleted file system association.

Returns:

  • (String)


3778
3779
3780
3781
3782
# File 'lib/aws-sdk-storagegateway/types.rb', line 3778

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