Class: Aws::Outposts::Types::CapacityTaskSummary

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

Overview

The summary of the capacity task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_task_idString

The ID of the specified capacity task.

Returns:

  • (String)


228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 228

class CapacityTaskSummary < Struct.new(
  :capacity_task_id,
  :outpost_id,
  :order_id,
  :capacity_task_status,
  :creation_date,
  :completion_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_task_statusString

The status of the capacity task.

Returns:

  • (String)


228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 228

class CapacityTaskSummary < Struct.new(
  :capacity_task_id,
  :outpost_id,
  :order_id,
  :capacity_task_status,
  :creation_date,
  :completion_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#completion_dateTime

The date that the specified capacity task successfully ran.

Returns:

  • (Time)


228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 228

class CapacityTaskSummary < Struct.new(
  :capacity_task_id,
  :outpost_id,
  :order_id,
  :capacity_task_status,
  :creation_date,
  :completion_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date that the specified capacity task was created.

Returns:

  • (Time)


228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 228

class CapacityTaskSummary < Struct.new(
  :capacity_task_id,
  :outpost_id,
  :order_id,
  :capacity_task_status,
  :creation_date,
  :completion_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date that the specified capacity was last modified.

Returns:

  • (Time)


228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 228

class CapacityTaskSummary < Struct.new(
  :capacity_task_id,
  :outpost_id,
  :order_id,
  :capacity_task_status,
  :creation_date,
  :completion_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#order_idString

The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.

Returns:

  • (String)


228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 228

class CapacityTaskSummary < Struct.new(
  :capacity_task_id,
  :outpost_id,
  :order_id,
  :capacity_task_status,
  :creation_date,
  :completion_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID of the Outpost associated with the specified capacity task.

Returns:

  • (String)


228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 228

class CapacityTaskSummary < Struct.new(
  :capacity_task_id,
  :outpost_id,
  :order_id,
  :capacity_task_status,
  :creation_date,
  :completion_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end