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.
5796 5797 5798 |
# File 'sig/types.rbs', line 5796 def export_image_tasks @export_image_tasks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5797 5798 5799 |
# File 'sig/types.rbs', line 5797 def next_token @next_token end |