Class: Aws::EC2::Types::DescribeExportImageTasksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeExportImageTasksResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_image_tasks ⇒ Array<Types::ExportImageTask>
Information about the export image tasks.
-
#next_token ⇒ String
The token to use to get the next page of results.
Instance Attribute Details
#export_image_tasks ⇒ Array<Types::ExportImageTask>
Information about the export image tasks.
19639 19640 19641 19642 19643 19644 |
# File 'lib/aws-sdk-ec2/types.rb', line 19639 class DescribeExportImageTasksResult < Struct.new( :export_image_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next page of results. This value is ‘null` when there are no more results to return.
19639 19640 19641 19642 19643 19644 |
# File 'lib/aws-sdk-ec2/types.rb', line 19639 class DescribeExportImageTasksResult < Struct.new( :export_image_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |