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)


17333
17334
17335
# File 'sig/types.rbs', line 17333

def availability_zone
  @availability_zone
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


17334
17335
17336
# File 'sig/types.rbs', line 17334

def create_date
  @create_date
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


17335
17336
17337
# File 'sig/types.rbs', line 17335

def hourly_price
  @hourly_price
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


17336
17337
17338
# File 'sig/types.rbs', line 17336

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


17337
17338
17339
# File 'sig/types.rbs', line 17337

def instance_type
  @instance_type
end

#network_platform::String

Returns the value of attribute network_platform.

Returns:

  • (::String)


17338
17339
17340
# File 'sig/types.rbs', line 17338

def network_platform
  @network_platform
end

#next_slot_start_time::Time

Returns the value of attribute next_slot_start_time.

Returns:

  • (::Time)


17339
17340
17341
# File 'sig/types.rbs', line 17339

def next_slot_start_time
  @next_slot_start_time
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


17340
17341
17342
# File 'sig/types.rbs', line 17340

def platform
  @platform
end

#previous_slot_end_time::Time

Returns the value of attribute previous_slot_end_time.

Returns:

  • (::Time)


17341
17342
17343
# File 'sig/types.rbs', line 17341

def previous_slot_end_time
  @previous_slot_end_time
end

#recurrenceTypes::ScheduledInstanceRecurrence

Returns the value of attribute recurrence.



17342
17343
17344
# File 'sig/types.rbs', line 17342

def recurrence
  @recurrence
end

#scheduled_instance_id::String

Returns the value of attribute scheduled_instance_id.

Returns:

  • (::String)


17343
17344
17345
# File 'sig/types.rbs', line 17343

def scheduled_instance_id
  @scheduled_instance_id
end

#slot_duration_in_hours::Integer

Returns the value of attribute slot_duration_in_hours.

Returns:

  • (::Integer)


17344
17345
17346
# File 'sig/types.rbs', line 17344

def slot_duration_in_hours
  @slot_duration_in_hours
end

#term_end_date::Time

Returns the value of attribute term_end_date.

Returns:

  • (::Time)


17345
17346
17347
# File 'sig/types.rbs', line 17345

def term_end_date
  @term_end_date
end

#term_start_date::Time

Returns the value of attribute term_start_date.

Returns:

  • (::Time)


17346
17347
17348
# File 'sig/types.rbs', line 17346

def term_start_date
  @term_start_date
end

#total_scheduled_instance_hours::Integer

Returns the value of attribute total_scheduled_instance_hours.

Returns:

  • (::Integer)


17347
17348
17349
# File 'sig/types.rbs', line 17347

def total_scheduled_instance_hours
  @total_scheduled_instance_hours
end