Class: Aws::Types::ListFileSharesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_share_info_list::Array[Types::FileShareInfo]

Returns the value of attribute file_share_info_list.

Returns:



987
988
989
# File 'sig/types.rbs', line 987

def file_share_info_list
  @file_share_info_list
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def marker
  @marker
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def next_marker
  @next_marker
end