Class: Aws::Types::CapacityTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::CapacityTaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#capacity_task_id ⇒ ::String
Returns the value of attribute capacity_task_id.
-
#capacity_task_status ⇒ "REQUESTED", ...
Returns the value of attribute capacity_task_status.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#order_id ⇒ ::String
Returns the value of attribute order_id.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
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.
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.
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.
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.
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.
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.
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.
99 100 101 |
# File 'sig/types.rbs', line 99 def outpost_id @outpost_id end |