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.
6965 6966 6967 |
# File 'sig/types.rbs', line 6965 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6966 6967 6968 |
# File 'sig/types.rbs', line 6966 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6967 6968 6969 |
# File 'sig/types.rbs', line 6967 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6968 6969 6970 |
# File 'sig/types.rbs', line 6968 def next_token @next_token end |
#scheduled_instance_ids ⇒ ::Array[::String]
Returns the value of attribute scheduled_instance_ids.
6969 6970 6971 |
# File 'sig/types.rbs', line 6969 def scheduled_instance_ids @scheduled_instance_ids end |
#slot_start_time_range ⇒ Types::SlotStartTimeRangeRequest
Returns the value of attribute slot_start_time_range.
6970 6971 6972 |
# File 'sig/types.rbs', line 6970 def slot_start_time_range @slot_start_time_range end |