Class: Aws::StorageGateway::Types::CreateSMBFileShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateSMBFileShareOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
CreateSMBFileShareOutput
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.
1683 1684 1685 1686 1687 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 1683 class CreateSMBFileShareOutput < Struct.new( :file_share_arn) SENSITIVE = [] include Aws::Structure end |