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)


7142
7143
7144
# File 'sig/types.rbs', line 7142

def next_token
  @next_token
end

#scheduled_instance_availability_set::Array[Types::ScheduledInstanceAvailability]

Returns the value of attribute scheduled_instance_availability_set.



7143
7144
7145
# File 'sig/types.rbs', line 7143

def scheduled_instance_availability_set
  @scheduled_instance_availability_set
end