Class: Aws::Types::DescribeScheduledInstancesResult

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)


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.

Returns:



6976
6977
6978
# File 'sig/types.rbs', line 6976

def scheduled_instance_set
  @scheduled_instance_set
end