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