Class: Aws::Types::DescribeScheduledInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6965
6966
6967
# File 'sig/types.rbs', line 6965

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6966
6967
6968
# File 'sig/types.rbs', line 6966

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6967
6968
6969
# File 'sig/types.rbs', line 6967

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6968
6969
6970
# File 'sig/types.rbs', line 6968

def next_token
  @next_token
end

#scheduled_instance_ids::Array[::String]

Returns the value of attribute scheduled_instance_ids.

Returns:

  • (::Array[::String])


6969
6970
6971
# File 'sig/types.rbs', line 6969

def scheduled_instance_ids
  @scheduled_instance_ids
end

#slot_start_time_rangeTypes::SlotStartTimeRangeRequest

Returns the value of attribute slot_start_time_range.



6970
6971
6972
# File 'sig/types.rbs', line 6970

def slot_start_time_range
  @slot_start_time_range
end