Class: Aws::EC2::Types::DescribeImportSnapshotTasksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeImportSnapshotTasksResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_snapshot_tasks ⇒ Array<Types::ImportSnapshotTask>
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
-
#next_token ⇒ String
The token to use to get the next page of results.
Instance Attribute Details
#import_snapshot_tasks ⇒ Array<Types::ImportSnapshotTask>
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
21202 21203 21204 21205 21206 21207 |
# File 'lib/aws-sdk-ec2/types.rb', line 21202 class DescribeImportSnapshotTasksResult < Struct.new( :import_snapshot_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.
21202 21203 21204 21205 21206 21207 |
# File 'lib/aws-sdk-ec2/types.rb', line 21202 class DescribeImportSnapshotTasksResult < Struct.new( :import_snapshot_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |