Class: Aws::Types::CapacityReservationBillingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationBillingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#capacity_reservation_info ⇒ Types::CapacityReservationInfo
Returns the value of attribute capacity_reservation_info.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#requested_by ⇒ ::String
Returns the value of attribute requested_by.
-
#status ⇒ "pending", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#unused_reservation_billing_owner_id ⇒ ::String
Returns the value of attribute unused_reservation_billing_owner_id.
Instance Attribute Details
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def capacity_reservation_id @capacity_reservation_id end |
#capacity_reservation_info ⇒ Types::CapacityReservationInfo
Returns the value of attribute capacity_reservation_info.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def capacity_reservation_info @capacity_reservation_info end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def last_update_time @last_update_time end |
#requested_by ⇒ ::String
Returns the value of attribute requested_by.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def requested_by @requested_by end |
#status ⇒ "pending", ...
Returns the value of attribute status.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def @status_message end |
#unused_reservation_billing_owner_id ⇒ ::String
Returns the value of attribute unused_reservation_billing_owner_id.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def unused_reservation_billing_owner_id @unused_reservation_billing_owner_id end |