Class: Aws::Types::DescribeMountTargetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMountTargetsRequest
- 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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#mount_target_id ⇒ ::String
Returns the value of attribute mount_target_id.
Instance Attribute Details
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
232 233 234 |
# File 'sig/types.rbs', line 232 def access_point_id @access_point_id end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
230 231 232 |
# File 'sig/types.rbs', line 230 def file_system_id @file_system_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
229 230 231 |
# File 'sig/types.rbs', line 229 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
228 229 230 |
# File 'sig/types.rbs', line 228 def max_items @max_items end |
#mount_target_id ⇒ ::String
Returns the value of attribute mount_target_id.
231 232 233 |
# File 'sig/types.rbs', line 231 def mount_target_id @mount_target_id end |