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)


16973
16974
16975
# File 'sig/types.rbs', line 16973

def availability_zone
  @availability_zone
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


16974
16975
16976
# File 'sig/types.rbs', line 16974

def create_date
  @create_date
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


16975
16976
16977
# File 'sig/types.rbs', line 16975

def hourly_price
  @hourly_price
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


16976
16977
16978
# File 'sig/types.rbs', line 16976

def instance_count
  @instance_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


16977
16978
16979
# File 'sig/types.rbs', line 16977

def instance_type
  @instance_type
end

#network_platform::String

Returns the value of attribute network_platform.

Returns:

  • (::String)


16978
16979
16980
# File 'sig/types.rbs', line 16978

def network_platform
  @network_platform
end

#next_slot_start_time::Time

Returns the value of attribute next_slot_start_time.

Returns:

  • (::Time)


16979
16980
16981
# File 'sig/types.rbs', line 16979

def next_slot_start_time
  @next_slot_start_time
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


16980
16981
16982
# File 'sig/types.rbs', line 16980

def platform
  @platform
end

#previous_slot_end_time::Time

Returns the value of attribute previous_slot_end_time.

Returns:

  • (::Time)


16981
16982
16983
# File 'sig/types.rbs', line 16981

def previous_slot_end_time
  @previous_slot_end_time
end

#recurrenceTypes::ScheduledInstanceRecurrence

Returns the value of attribute recurrence.



16982
16983
16984
# File 'sig/types.rbs', line 16982

def recurrence
  @recurrence
end

#scheduled_instance_id::String

Returns the value of attribute scheduled_instance_id.

Returns:

  • (::String)


16983
16984
16985
# File 'sig/types.rbs', line 16983

def scheduled_instance_id
  @scheduled_instance_id
end

#slot_duration_in_hours::Integer

Returns the value of attribute slot_duration_in_hours.

Returns:

  • (::Integer)


16984
16985
16986
# File 'sig/types.rbs', line 16984

def slot_duration_in_hours
  @slot_duration_in_hours
end

#term_end_date::Time

Returns the value of attribute term_end_date.

Returns:

  • (::Time)


16985
16986
16987
# File 'sig/types.rbs', line 16985

def term_end_date
  @term_end_date
end

#term_start_date::Time

Returns the value of attribute term_start_date.

Returns:

  • (::Time)


16986
16987
16988
# File 'sig/types.rbs', line 16986

def term_start_date
  @term_start_date
end

#total_scheduled_instance_hours::Integer

Returns the value of attribute total_scheduled_instance_hours.

Returns:

  • (::Integer)


16987
16988
16989
# File 'sig/types.rbs', line 16987

def total_scheduled_instance_hours
  @total_scheduled_instance_hours
end