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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


6545
6546
6547
6548
6549
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6545

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