Class: Aws::StorageGateway::Types::DescribeSMBFileSharesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

DescribeSMBFileSharesInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_arn_listArray<String>

An array containing the Amazon Resource Name (ARN) of each file share to be described.

Returns:

  • (Array<String>)


3040
3041
3042
3043
3044
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040

class DescribeSMBFileSharesInput < Struct.new(
  :file_share_arn_list)
  SENSITIVE = []
  include Aws::Structure
end