Class: Aws::Types::ScheduledInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


16676
16677
16678
# File 'sig/types.rbs', line 16676

def availability_zone
  @availability_zone
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


16677
16678
16679
# File 'sig/types.rbs', line 16677

def create_date
  @create_date
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


16678
16679
16680
# File 'sig/types.rbs', line 16678

def hourly_price
  @hourly_price
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


16679
16680
16681
# File 'sig/types.rbs', line 16679

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


16680
16681
16682
# File 'sig/types.rbs', line 16680

def instance_type
  @instance_type
end

#network_platform::String

Returns the value of attribute network_platform.

Returns:

  • (::String)


16681
16682
16683
# File 'sig/types.rbs', line 16681

def network_platform
  @network_platform
end

#next_slot_start_time::Time

Returns the value of attribute next_slot_start_time.

Returns:

  • (::Time)


16682
16683
16684
# File 'sig/types.rbs', line 16682

def next_slot_start_time
  @next_slot_start_time
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


16683
16684
16685
# File 'sig/types.rbs', line 16683

def platform
  @platform
end

#previous_slot_end_time::Time

Returns the value of attribute previous_slot_end_time.

Returns:

  • (::Time)


16684
16685
16686
# File 'sig/types.rbs', line 16684

def previous_slot_end_time
  @previous_slot_end_time
end

#recurrenceTypes::ScheduledInstanceRecurrence

Returns the value of attribute recurrence.



16685
16686
16687
# File 'sig/types.rbs', line 16685

def recurrence
  @recurrence
end

#scheduled_instance_id::String

Returns the value of attribute scheduled_instance_id.

Returns:

  • (::String)


16686
16687
16688
# File 'sig/types.rbs', line 16686

def scheduled_instance_id
  @scheduled_instance_id
end

#slot_duration_in_hours::Integer

Returns the value of attribute slot_duration_in_hours.

Returns:

  • (::Integer)


16687
16688
16689
# File 'sig/types.rbs', line 16687

def slot_duration_in_hours
  @slot_duration_in_hours
end

#term_end_date::Time

Returns the value of attribute term_end_date.

Returns:

  • (::Time)


16688
16689
16690
# File 'sig/types.rbs', line 16688

def term_end_date
  @term_end_date
end

#term_start_date::Time

Returns the value of attribute term_start_date.

Returns:

  • (::Time)


16689
16690
16691
# File 'sig/types.rbs', line 16689

def term_start_date
  @term_start_date
end

#total_scheduled_instance_hours::Integer

Returns the value of attribute total_scheduled_instance_hours.

Returns:

  • (::Integer)


16690
16691
16692
# File 'sig/types.rbs', line 16690

def total_scheduled_instance_hours
  @total_scheduled_instance_hours
end