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)


7238
7239
7240
# File 'sig/types.rbs', line 7238

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7239
7240
7241
# File 'sig/types.rbs', line 7239

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7240
7241
7242
# File 'sig/types.rbs', line 7240

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7241
7242
7243
# File 'sig/types.rbs', line 7241

def next_token
  @next_token
end

#scheduled_instance_ids::Array[::String]

Returns the value of attribute scheduled_instance_ids.

Returns:

  • (::Array[::String])


7242
7243
7244
# File 'sig/types.rbs', line 7242

def scheduled_instance_ids
  @scheduled_instance_ids
end

#slot_start_time_rangeTypes::SlotStartTimeRangeRequest

Returns the value of attribute slot_start_time_range.



7243
7244
7245
# File 'sig/types.rbs', line 7243

def slot_start_time_range
  @slot_start_time_range
end