Class: Aws::Types::DescribeScheduledInstancesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledInstancesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_instance_set ⇒ ::Array[Types::ScheduledInstance]
Returns the value of attribute scheduled_instance_set.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6975 6976 6977 |
# File 'sig/types.rbs', line 6975 def next_token @next_token end |
#scheduled_instance_set ⇒ ::Array[Types::ScheduledInstance]
Returns the value of attribute scheduled_instance_set.
6976 6977 6978 |
# File 'sig/types.rbs', line 6976 def scheduled_instance_set @scheduled_instance_set end |