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.
18211 18212 18213 18214 18215 18216 |
# File 'lib/aws-sdk-ec2/types.rb', line 18211 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.
18211 18212 18213 18214 18215 18216 |
# File 'lib/aws-sdk-ec2/types.rb', line 18211 class DescribeExportImageTasksResult < Struct.new( :export_image_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |