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:



4315
4316
4317
4318
4319
4320
4321
# File 'lib/aws-sdk-storagegateway/types.rb', line 4315

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)


4315
4316
4317
4318
4319
4320
4321
# File 'lib/aws-sdk-storagegateway/types.rb', line 4315

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)


4315
4316
4317
4318
4319
4320
4321
# File 'lib/aws-sdk-storagegateway/types.rb', line 4315

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