Class: Aws::Types::ListMountTargetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMountTargetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def access_point_id @access_point_id end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def file_system_id @file_system_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
296 297 298 |
# File 'sig/types.rbs', line 296 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
297 298 299 |
# File 'sig/types.rbs', line 297 def next_token @next_token end |