Class: Aws::StorageGateway::Types::CreateNFSFileShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateNFSFileShareOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
CreateNFSFileShareOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created file share.
Instance Attribute Details
#file_share_arn ⇒ String
The Amazon Resource Name (ARN) of the newly created file share.
1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1314 class CreateNFSFileShareOutput < Struct.new( :file_share_arn) SENSITIVE = [] include Aws::Structure end |