Class: Aws::Types::DescribeMountTargetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMountTargetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#mount_targets ⇒ ::Array[Types::MountTargetDescription]
Returns the value of attribute mount_targets.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
237 238 239 |
# File 'sig/types.rbs', line 237 def marker @marker end |
#mount_targets ⇒ ::Array[Types::MountTargetDescription]
Returns the value of attribute mount_targets.
238 239 240 |
# File 'sig/types.rbs', line 238 def mount_targets @mount_targets end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
239 240 241 |
# File 'sig/types.rbs', line 239 def next_marker @next_marker end |