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)


7232
7233
7234
# File 'sig/types.rbs', line 7232

def next_token
  @next_token
end

#scheduled_instance_availability_set::Array[Types::ScheduledInstanceAvailability]

Returns the value of attribute scheduled_instance_availability_set.



7233
7234
7235
# File 'sig/types.rbs', line 7233

def scheduled_instance_availability_set
  @scheduled_instance_availability_set
end