Class: Aws::Types::ScheduledInstanceAvailability
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstanceAvailability
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
-
#first_slot_start_time ⇒ ::Time
Returns the value of attribute first_slot_start_time.
-
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#max_term_duration_in_days ⇒ ::Integer
Returns the value of attribute max_term_duration_in_days.
-
#min_term_duration_in_days ⇒ ::Integer
Returns the value of attribute min_term_duration_in_days.
-
#network_platform ⇒ ::String
Returns the value of attribute network_platform.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#purchase_token ⇒ ::String
Returns the value of attribute purchase_token.
-
#recurrence ⇒ Types::ScheduledInstanceRecurrence
Returns the value of attribute recurrence.
-
#slot_duration_in_hours ⇒ ::Integer
Returns the value of attribute slot_duration_in_hours.
-
#total_scheduled_instance_hours ⇒ ::Integer
Returns the value of attribute total_scheduled_instance_hours.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
16695 16696 16697 |
# File 'sig/types.rbs', line 16695 def availability_zone @availability_zone end |
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
16696 16697 16698 |
# File 'sig/types.rbs', line 16696 def available_instance_count @available_instance_count end |
#first_slot_start_time ⇒ ::Time
Returns the value of attribute first_slot_start_time.
16697 16698 16699 |
# File 'sig/types.rbs', line 16697 def first_slot_start_time @first_slot_start_time end |
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
16698 16699 16700 |
# File 'sig/types.rbs', line 16698 def hourly_price @hourly_price end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
16699 16700 16701 |
# File 'sig/types.rbs', line 16699 def instance_type @instance_type end |
#max_term_duration_in_days ⇒ ::Integer
Returns the value of attribute max_term_duration_in_days.
16700 16701 16702 |
# File 'sig/types.rbs', line 16700 def max_term_duration_in_days @max_term_duration_in_days end |
#min_term_duration_in_days ⇒ ::Integer
Returns the value of attribute min_term_duration_in_days.
16701 16702 16703 |
# File 'sig/types.rbs', line 16701 def min_term_duration_in_days @min_term_duration_in_days end |
#network_platform ⇒ ::String
Returns the value of attribute network_platform.
16702 16703 16704 |
# File 'sig/types.rbs', line 16702 def network_platform @network_platform end |
#platform ⇒ ::String
Returns the value of attribute platform.
16703 16704 16705 |
# File 'sig/types.rbs', line 16703 def platform @platform end |
#purchase_token ⇒ ::String
Returns the value of attribute purchase_token.
16704 16705 16706 |
# File 'sig/types.rbs', line 16704 def purchase_token @purchase_token end |
#recurrence ⇒ Types::ScheduledInstanceRecurrence
Returns the value of attribute recurrence.
16705 16706 16707 |
# File 'sig/types.rbs', line 16705 def recurrence @recurrence end |
#slot_duration_in_hours ⇒ ::Integer
Returns the value of attribute slot_duration_in_hours.
16706 16707 16708 |
# File 'sig/types.rbs', line 16706 def slot_duration_in_hours @slot_duration_in_hours end |
#total_scheduled_instance_hours ⇒ ::Integer
Returns the value of attribute total_scheduled_instance_hours.
16707 16708 16709 |
# File 'sig/types.rbs', line 16707 def total_scheduled_instance_hours @total_scheduled_instance_hours end |