Class: Aws::StorageGateway::Types::UpdateFileSystemAssociationOutput

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 ARN of the updated file system association.

Returns:

  • (String)


6522
6523
6524
6525
6526
# File 'lib/aws-sdk-storagegateway/types.rb', line 6522

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