Class: Aws::EC2::Types::DescribeExportImageTasksResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_image_tasksArray<Types::ExportImageTask>

Information about the export image tasks.

Returns:



17960
17961
17962
17963
17964
17965
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17960

class DescribeExportImageTasksResult < Struct.new(
  :export_image_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to get the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


17960
17961
17962
17963
17964
17965
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17960

class DescribeExportImageTasksResult < Struct.new(
  :export_image_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end