Class: Aws::Types::DescribeScheduledInstanceAvailabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledInstanceAvailabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#first_slot_start_time_range ⇒ Types::SlotDateTimeRangeRequest
Returns the value of attribute first_slot_start_time_range.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#max_slot_duration_in_hours ⇒ ::Integer
Returns the value of attribute max_slot_duration_in_hours.
-
#min_slot_duration_in_hours ⇒ ::Integer
Returns the value of attribute min_slot_duration_in_hours.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recurrence ⇒ Types::ScheduledInstanceRecurrenceRequest
Returns the value of attribute recurrence.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
6947 6948 6949 |
# File 'sig/types.rbs', line 6947 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6948 6949 6950 |
# File 'sig/types.rbs', line 6948 def filters @filters end |
#first_slot_start_time_range ⇒ Types::SlotDateTimeRangeRequest
Returns the value of attribute first_slot_start_time_range.
6949 6950 6951 |
# File 'sig/types.rbs', line 6949 def first_slot_start_time_range @first_slot_start_time_range end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6950 6951 6952 |
# File 'sig/types.rbs', line 6950 def max_results @max_results end |
#max_slot_duration_in_hours ⇒ ::Integer
Returns the value of attribute max_slot_duration_in_hours.
6951 6952 6953 |
# File 'sig/types.rbs', line 6951 def max_slot_duration_in_hours @max_slot_duration_in_hours end |
#min_slot_duration_in_hours ⇒ ::Integer
Returns the value of attribute min_slot_duration_in_hours.
6952 6953 6954 |
# File 'sig/types.rbs', line 6952 def min_slot_duration_in_hours @min_slot_duration_in_hours end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6953 6954 6955 |
# File 'sig/types.rbs', line 6953 def next_token @next_token end |
#recurrence ⇒ Types::ScheduledInstanceRecurrenceRequest
Returns the value of attribute recurrence.
6954 6955 6956 |
# File 'sig/types.rbs', line 6954 def recurrence @recurrence end |