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

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

Overview

Describes a bundle task.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The ID of the bundle task.

Returns:

  • (String)


1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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

#bundle_task_errorTypes::BundleTaskError

If the task fails, a description of the error.



1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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

#instance_idString

The ID of the instance associated with this bundle task.

Returns:

  • (String)


1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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

#progressString

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

Returns:

  • (String)


1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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

#start_timeTime

The time this task started.

Returns:

  • (Time)


1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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

#stateString

The state of the task.

Returns:

  • (String)


1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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

#storageTypes::Storage

The Amazon S3 storage locations.

Returns:



1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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

#update_timeTime

The time of the most recent update for the task.

Returns:

  • (Time)


1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'lib/aws-sdk-ec2/types.rb', line 1980

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