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)


7158
7159
7160
# File 'sig/types.rbs', line 7158

def next_token
  @next_token
end

#scheduled_instance_set::Array[Types::ScheduledInstance]

Returns the value of attribute scheduled_instance_set.

Returns:



7159
7160
7161
# File 'sig/types.rbs', line 7159

def scheduled_instance_set
  @scheduled_instance_set
end