Class: Aws::Types::DescribeScheduledInstanceAvailabilityResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledInstanceAvailabilityResult
- 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_availability_set ⇒ ::Array[Types::ScheduledInstanceAvailability]
Returns the value of attribute scheduled_instance_availability_set.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6959 6960 6961 |
# File 'sig/types.rbs', line 6959 def next_token @next_token end |
#scheduled_instance_availability_set ⇒ ::Array[Types::ScheduledInstanceAvailability]
Returns the value of attribute scheduled_instance_availability_set.
6960 6961 6962 |
# File 'sig/types.rbs', line 6960 def scheduled_instance_availability_set @scheduled_instance_availability_set end |