Class: Aws::Types::DescribeExportImageTasksResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExportImageTasksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_image_tasks ⇒ ::Array[Types::ExportImageTask]
Returns the value of attribute export_image_tasks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#export_image_tasks ⇒ ::Array[Types::ExportImageTask]
Returns the value of attribute export_image_tasks.
5613 5614 5615 |
# File 'sig/types.rbs', line 5613 def export_image_tasks @export_image_tasks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5614 5615 5616 |
# File 'sig/types.rbs', line 5614 def next_token @next_token end |