Class: Aws::EC2::Types::StoreImageTaskResult

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

Overview

The information about the AMI store task, including the progress of the task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ami_idString

The ID of the AMI that is being stored.

Returns:

  • (String)


63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63078

class StoreImageTaskResult < Struct.new(
  :ami_id,
  :task_start_time,
  :bucket,
  :s3object_key,
  :progress_percentage,
  :store_task_state,
  :store_task_failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#bucketString

The name of the Amazon S3 bucket that contains the stored AMI object.

Returns:

  • (String)


63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63078

class StoreImageTaskResult < Struct.new(
  :ami_id,
  :task_start_time,
  :bucket,
  :s3object_key,
  :progress_percentage,
  :store_task_state,
  :store_task_failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#progress_percentageInteger

The progress of the task as a percentage.

Returns:

  • (Integer)


63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63078

class StoreImageTaskResult < Struct.new(
  :ami_id,
  :task_start_time,
  :bucket,
  :s3object_key,
  :progress_percentage,
  :store_task_state,
  :store_task_failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#s3object_keyString

The name of the stored AMI object in the bucket.

Returns:

  • (String)


63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63078

class StoreImageTaskResult < Struct.new(
  :ami_id,
  :task_start_time,
  :bucket,
  :s3object_key,
  :progress_percentage,
  :store_task_state,
  :store_task_failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#store_task_failure_reasonString

If the tasks fails, the reason for the failure is returned. If the task succeeds, null is returned.

Returns:

  • (String)


63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63078

class StoreImageTaskResult < Struct.new(
  :ami_id,
  :task_start_time,
  :bucket,
  :s3object_key,
  :progress_percentage,
  :store_task_state,
  :store_task_failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#store_task_stateString

The state of the store task (InProgress, Completed, or Failed).

Returns:

  • (String)


63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63078

class StoreImageTaskResult < Struct.new(
  :ami_id,
  :task_start_time,
  :bucket,
  :s3object_key,
  :progress_percentage,
  :store_task_state,
  :store_task_failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#task_start_timeTime

The time the task started.

Returns:

  • (Time)


63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63078

class StoreImageTaskResult < Struct.new(
  :ami_id,
  :task_start_time,
  :bucket,
  :s3object_key,
  :progress_percentage,
  :store_task_state,
  :store_task_failure_reason)
  SENSITIVE = []
  include Aws::Structure
end