Class: Aws::Types::ListFileSharesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListFileSharesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_share_info_list ⇒ ::Array[Types::FileShareInfo]
Returns the value of attribute file_share_info_list.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#file_share_info_list ⇒ ::Array[Types::FileShareInfo]
Returns the value of attribute file_share_info_list.
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.
985 986 987 |
# File 'sig/types.rbs', line 985 def marker @marker end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
986 987 988 |
# File 'sig/types.rbs', line 986 def next_marker @next_marker end |