Class: Aws::StorageGateway::Types::ListFileSharesOutput

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

Overview

ListFileShareOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_info_listArray<Types::FileShareInfo>

An array of information about the S3 File Gateway’s file shares.

Returns:



4292
4293
4294
4295
4296
4297
4298
# File 'lib/aws-sdk-storagegateway/types.rb', line 4292

class ListFileSharesOutput < Struct.new(
  :marker,
  :next_marker,
  :file_share_info_list)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

If the request includes ‘Marker`, the response returns that value in this field.

Returns:

  • (String)


4292
4293
4294
4295
4296
4297
4298
# File 'lib/aws-sdk-storagegateway/types.rb', line 4292

class ListFileSharesOutput < Struct.new(
  :marker,
  :next_marker,
  :file_share_info_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

If a value is present, there are more file shares to return. In a subsequent request, use ‘NextMarker` as the value for `Marker` to retrieve the next set of file shares.

Returns:

  • (String)


4292
4293
4294
4295
4296
4297
4298
# File 'lib/aws-sdk-storagegateway/types.rb', line 4292

class ListFileSharesOutput < Struct.new(
  :marker,
  :next_marker,
  :file_share_info_list)
  SENSITIVE = []
  include Aws::Structure
end