Class: Aws::StorageGateway::Types::AssociateFileSystemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AssociateFileSystemOutput
- 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 ARN of the newly created file system association.
Instance Attribute Details
#file_system_association_arn ⇒ String
The ARN of the newly created file system association.
442 443 444 445 446 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 442 class AssociateFileSystemOutput < Struct.new( :file_system_association_arn) SENSITIVE = [] include Aws::Structure end |