Class: Aws::StorageGateway::Types::UpdateFileSystemAssociationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateFileSystemAssociationOutput
- 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 updated file system association.
Instance Attribute Details
#file_system_association_arn ⇒ String
The ARN of the updated file system association.
6807 6808 6809 6810 6811 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6807 class UpdateFileSystemAssociationOutput < Struct.new( :file_system_association_arn) SENSITIVE = [] include Aws::Structure end |