Class: Aws::EC2::Types::BundleTask

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

Overview

Describes a bundle task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The ID of the bundle task.

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#bundle_task_errorTypes::BundleTaskError

If the task fails, a description of the error.



3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance associated with this bundle task.

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#progressString

The level of task completion, as a percent (for example, 20%).

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time this task started.

Returns:

  • (Time)


3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the task.

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#storageTypes::Storage

The Amazon S3 storage locations.

Returns:



3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time of the most recent update for the task.

Returns:

  • (Time)


3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3743

class BundleTask < Struct.new(
  :bundle_id,
  :bundle_task_error,
  :instance_id,
  :progress,
  :start_time,
  :state,
  :storage,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end