Class: Aws::Types::Reservation
- Inherits:
-
Object
- Object
- Aws::Types::Reservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#offering ⇒ Types::ReservationOffering
Returns the value of attribute offering.
-
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
-
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#capacity ⇒ ::Integer
Returns the value of attribute capacity.
764 765 766 |
# File 'sig/types.rbs', line 764 def capacity @capacity end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
765 766 767 |
# File 'sig/types.rbs', line 765 def end_date @end_date end |
#offering ⇒ Types::ReservationOffering
Returns the value of attribute offering.
766 767 768 |
# File 'sig/types.rbs', line 766 def offering @offering end |
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
767 768 769 |
# File 'sig/types.rbs', line 767 def reservation_arn @reservation_arn end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
768 769 770 |
# File 'sig/types.rbs', line 768 def reservation_id @reservation_id end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
769 770 771 |
# File 'sig/types.rbs', line 769 def start_date @start_date end |
#status ⇒ ::String
Returns the value of attribute status.
770 771 772 |
# File 'sig/types.rbs', line 770 def status @status end |