Class: Aws::Types::ExportTasksMessage
- Inherits:
-
Object
- Object
- Aws::Types::ExportTasksMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_tasks ⇒ ::Array[Types::ExportTask]
Returns the value of attribute export_tasks.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#export_tasks ⇒ ::Array[Types::ExportTask]
Returns the value of attribute export_tasks.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def export_tasks @export_tasks end |
#marker ⇒ ::String
Returns the value of attribute marker.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def marker @marker end |