Class: Aws::StorageGateway::Types::UpdateNFSFileShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateNFSFileShareOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
UpdateNFSFileShareOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the updated file share.
Instance Attribute Details
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the updated file share.
7208 7209 7210 7211 7212 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7208 class UpdateNFSFileShareOutput < Struct.new( :file_share_arn) SENSITIVE = [] include Aws::Structure end |