Class: Aws::StorageGateway::Types::DescribeSMBFileSharesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeSMBFileSharesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DescribeSMBFileSharesInput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_share_arn_list ⇒ Array<String>
An array containing the Amazon Resource Name (ARN) of each file share to be described.
Instance Attribute Details
#file_share_arn_list ⇒ Array<String>
An array containing the Amazon Resource Name (ARN) of each file share to be described.
3175 3176 3177 3178 3179 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3175 class DescribeSMBFileSharesInput < Struct.new( :file_share_arn_list) SENSITIVE = [] include Aws::Structure end |