Class: Aws::Types::HostReservation
- Inherits:
-
Object
- Object
- Aws::Types::HostReservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#end ⇒ ::Time
Returns the value of attribute end.
-
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
-
#host_reservation_id ⇒ ::String
Returns the value of attribute host_reservation_id.
-
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#payment_option ⇒ "AllUpfront", ...
Returns the value of attribute payment_option.
-
#start ⇒ ::Time
Returns the value of attribute start.
-
#state ⇒ "active", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#upfront_price ⇒ ::String
Returns the value of attribute upfront_price.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
10750 10751 10752 |
# File 'sig/types.rbs', line 10750 def count @count end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
10751 10752 10753 |
# File 'sig/types.rbs', line 10751 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
10752 10753 10754 |
# File 'sig/types.rbs', line 10752 def duration @duration end |
#end ⇒ ::Time
Returns the value of attribute end.
10753 10754 10755 |
# File 'sig/types.rbs', line 10753 def end @end end |
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
10754 10755 10756 |
# File 'sig/types.rbs', line 10754 def host_id_set @host_id_set end |
#host_reservation_id ⇒ ::String
Returns the value of attribute host_reservation_id.
10755 10756 10757 |
# File 'sig/types.rbs', line 10755 def host_reservation_id @host_reservation_id end |
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
10756 10757 10758 |
# File 'sig/types.rbs', line 10756 def hourly_price @hourly_price end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
10757 10758 10759 |
# File 'sig/types.rbs', line 10757 def instance_family @instance_family end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
10758 10759 10760 |
# File 'sig/types.rbs', line 10758 def offering_id @offering_id end |
#payment_option ⇒ "AllUpfront", ...
Returns the value of attribute payment_option.
10759 10760 10761 |
# File 'sig/types.rbs', line 10759 def payment_option @payment_option end |
#start ⇒ ::Time
Returns the value of attribute start.
10760 10761 10762 |
# File 'sig/types.rbs', line 10760 def start @start end |
#state ⇒ "active", ...
Returns the value of attribute state.
10761 10762 10763 |
# File 'sig/types.rbs', line 10761 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
10763 10764 10765 |
# File 'sig/types.rbs', line 10763 def @tags end |
#upfront_price ⇒ ::String
Returns the value of attribute upfront_price.
10762 10763 10764 |
# File 'sig/types.rbs', line 10762 def upfront_price @upfront_price end |