Class: Aws::Types::DescribeScheduledInstanceAvailabilityResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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