Class: Aws::Types::CapacityTaskSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def asset_id
  @asset_id
end

#capacity_task_id::String

Returns the value of attribute capacity_task_id.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def capacity_task_id
  @capacity_task_id
end

#capacity_task_status"REQUESTED", ...

Returns the value of attribute capacity_task_status.

Returns:

  • ("REQUESTED", "IN_PROGRESS", "FAILED", "COMPLETED", "WAITING_FOR_EVACUATION", "CANCELLATION_IN_PROGRESS", "CANCELLED")


102
103
104
# File 'sig/types.rbs', line 102

def capacity_task_status
  @capacity_task_status
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


104
105
106
# File 'sig/types.rbs', line 104

def completion_date
  @completion_date
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

def creation_date
  @creation_date
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def last_modified_date
  @last_modified_date
end

#order_id::String

Returns the value of attribute order_id.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def order_id
  @order_id
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def outpost_id
  @outpost_id
end