Class: Aws::Types::CapacityReservation
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_dpus ⇒ ::Integer
Returns the value of attribute allocated_dpus.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_allocation ⇒ Types::CapacityAllocation
Returns the value of attribute last_allocation.
-
#last_successful_allocation_time ⇒ ::Time
Returns the value of attribute last_successful_allocation_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#target_dpus ⇒ ::Integer
Returns the value of attribute target_dpus.
Instance Attribute Details
#allocated_dpus ⇒ ::Integer
Returns the value of attribute allocated_dpus.
129 130 131 |
# File 'sig/types.rbs', line 129 def allocated_dpus @allocated_dpus end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
132 133 134 |
# File 'sig/types.rbs', line 132 def creation_time @creation_time end |
#last_allocation ⇒ Types::CapacityAllocation
Returns the value of attribute last_allocation.
130 131 132 |
# File 'sig/types.rbs', line 130 def last_allocation @last_allocation end |
#last_successful_allocation_time ⇒ ::Time
Returns the value of attribute last_successful_allocation_time.
131 132 133 |
# File 'sig/types.rbs', line 131 def last_successful_allocation_time @last_successful_allocation_time end |
#name ⇒ ::String
Returns the value of attribute name.
126 127 128 |
# File 'sig/types.rbs', line 126 def name @name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
127 128 129 |
# File 'sig/types.rbs', line 127 def status @status end |
#target_dpus ⇒ ::Integer
Returns the value of attribute target_dpus.
128 129 130 |
# File 'sig/types.rbs', line 128 def target_dpus @target_dpus end |