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)


17312
17313
17314
# File 'sig/types.rbs', line 17312

def availability_zone
  @availability_zone
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


17313
17314
17315
# File 'sig/types.rbs', line 17313

def create_date
  @create_date
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


17314
17315
17316
# File 'sig/types.rbs', line 17314

def hourly_price
  @hourly_price
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


17315
17316
17317
# File 'sig/types.rbs', line 17315

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


17316
17317
17318
# File 'sig/types.rbs', line 17316

def instance_type
  @instance_type
end

#network_platform::String

Returns the value of attribute network_platform.

Returns:

  • (::String)


17317
17318
17319
# File 'sig/types.rbs', line 17317

def network_platform
  @network_platform
end

#next_slot_start_time::Time

Returns the value of attribute next_slot_start_time.

Returns:

  • (::Time)


17318
17319
17320
# File 'sig/types.rbs', line 17318

def next_slot_start_time
  @next_slot_start_time
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


17319
17320
17321
# File 'sig/types.rbs', line 17319

def platform
  @platform
end

#previous_slot_end_time::Time

Returns the value of attribute previous_slot_end_time.

Returns:

  • (::Time)


17320
17321
17322
# File 'sig/types.rbs', line 17320

def previous_slot_end_time
  @previous_slot_end_time
end

#recurrenceTypes::ScheduledInstanceRecurrence

Returns the value of attribute recurrence.



17321
17322
17323
# File 'sig/types.rbs', line 17321

def recurrence
  @recurrence
end

#scheduled_instance_id::String

Returns the value of attribute scheduled_instance_id.

Returns:

  • (::String)


17322
17323
17324
# File 'sig/types.rbs', line 17322

def scheduled_instance_id
  @scheduled_instance_id
end

#slot_duration_in_hours::Integer

Returns the value of attribute slot_duration_in_hours.

Returns:

  • (::Integer)


17323
17324
17325
# File 'sig/types.rbs', line 17323

def slot_duration_in_hours
  @slot_duration_in_hours
end

#term_end_date::Time

Returns the value of attribute term_end_date.

Returns:

  • (::Time)


17324
17325
17326
# File 'sig/types.rbs', line 17324

def term_end_date
  @term_end_date
end

#term_start_date::Time

Returns the value of attribute term_start_date.

Returns:

  • (::Time)


17325
17326
17327
# File 'sig/types.rbs', line 17325

def term_start_date
  @term_start_date
end

#total_scheduled_instance_hours::Integer

Returns the value of attribute total_scheduled_instance_hours.

Returns:

  • (::Integer)


17326
17327
17328
# File 'sig/types.rbs', line 17326

def total_scheduled_instance_hours
  @total_scheduled_instance_hours
end