Class: Aws::StorageGateway::Types::AssociateFileSystemOutput

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 newly created file system association.

Returns:

  • (String)


432
433
434
435
436
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 432

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