Module: Aws::EFS::Client::_DescribeMountTargetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMountTargetsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#marker ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def marker: () -> ::String
|
#mount_targets ⇒ ::Array[Types::MountTargetDescription]
345 |
# File 'sig/client.rbs', line 345
def mount_targets: () -> ::Array[Types::MountTargetDescription]
|
#next_marker ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def next_marker: () -> ::String
|