Class: Aws::Types::DescribeScheduledInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledInstancesRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_instance_ids ⇒ ::Array[::String]
Returns the value of attribute scheduled_instance_ids.
-
#slot_start_time_range ⇒ Types::SlotStartTimeRangeRequest
Returns the value of attribute slot_start_time_range.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7238 7239 7240 |
# File 'sig/types.rbs', line 7238 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7239 7240 7241 |
# File 'sig/types.rbs', line 7239 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7240 7241 7242 |
# File 'sig/types.rbs', line 7240 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7241 7242 7243 |
# File 'sig/types.rbs', line 7241 def next_token @next_token end |
#scheduled_instance_ids ⇒ ::Array[::String]
Returns the value of attribute scheduled_instance_ids.
7242 7243 7244 |
# File 'sig/types.rbs', line 7242 def scheduled_instance_ids @scheduled_instance_ids end |
#slot_start_time_range ⇒ Types::SlotStartTimeRangeRequest
Returns the value of attribute slot_start_time_range.
7243 7244 7245 |
# File 'sig/types.rbs', line 7243 def slot_start_time_range @slot_start_time_range end |