Class: Aws::Types::DescribeScheduledInstanceAvailabilityRequest

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)


7130
7131
7132
# File 'sig/types.rbs', line 7130

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7131
7132
7133
# File 'sig/types.rbs', line 7131

def filters
  @filters
end

#first_slot_start_time_rangeTypes::SlotDateTimeRangeRequest

Returns the value of attribute first_slot_start_time_range.



7132
7133
7134
# File 'sig/types.rbs', line 7132

def first_slot_start_time_range
  @first_slot_start_time_range
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7133
7134
7135
# File 'sig/types.rbs', line 7133

def max_results
  @max_results
end

#max_slot_duration_in_hours::Integer

Returns the value of attribute max_slot_duration_in_hours.

Returns:

  • (::Integer)


7134
7135
7136
# File 'sig/types.rbs', line 7134

def max_slot_duration_in_hours
  @max_slot_duration_in_hours
end

#min_slot_duration_in_hours::Integer

Returns the value of attribute min_slot_duration_in_hours.

Returns:

  • (::Integer)


7135
7136
7137
# File 'sig/types.rbs', line 7135

def min_slot_duration_in_hours
  @min_slot_duration_in_hours
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7136
7137
7138
# File 'sig/types.rbs', line 7136

def next_token
  @next_token
end

#recurrenceTypes::ScheduledInstanceRecurrenceRequest

Returns the value of attribute recurrence.



7137
7138
7139
# File 'sig/types.rbs', line 7137

def recurrence
  @recurrence
end