Class: Aws::Types::ScheduledInstanceAvailability

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)


16992
16993
16994
# File 'sig/types.rbs', line 16992

def availability_zone
  @availability_zone
end

#available_instance_count::Integer

Returns the value of attribute available_instance_count.

Returns:

  • (::Integer)


16993
16994
16995
# File 'sig/types.rbs', line 16993

def available_instance_count
  @available_instance_count
end

#first_slot_start_time::Time

Returns the value of attribute first_slot_start_time.

Returns:

  • (::Time)


16994
16995
16996
# File 'sig/types.rbs', line 16994

def first_slot_start_time
  @first_slot_start_time
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


16995
16996
16997
# File 'sig/types.rbs', line 16995

def hourly_price
  @hourly_price
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


16996
16997
16998
# File 'sig/types.rbs', line 16996

def instance_type
  @instance_type
end

#max_term_duration_in_days::Integer

Returns the value of attribute max_term_duration_in_days.

Returns:

  • (::Integer)


16997
16998
16999
# File 'sig/types.rbs', line 16997

def max_term_duration_in_days
  @max_term_duration_in_days
end

#min_term_duration_in_days::Integer

Returns the value of attribute min_term_duration_in_days.

Returns:

  • (::Integer)


16998
16999
17000
# File 'sig/types.rbs', line 16998

def min_term_duration_in_days
  @min_term_duration_in_days
end

#network_platform::String

Returns the value of attribute network_platform.

Returns:

  • (::String)


16999
17000
17001
# File 'sig/types.rbs', line 16999

def network_platform
  @network_platform
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


17000
17001
17002
# File 'sig/types.rbs', line 17000

def platform
  @platform
end

#purchase_token::String

Returns the value of attribute purchase_token.

Returns:

  • (::String)


17001
17002
17003
# File 'sig/types.rbs', line 17001

def purchase_token
  @purchase_token
end

#recurrenceTypes::ScheduledInstanceRecurrence

Returns the value of attribute recurrence.



17002
17003
17004
# File 'sig/types.rbs', line 17002

def recurrence
  @recurrence
end

#slot_duration_in_hours::Integer

Returns the value of attribute slot_duration_in_hours.

Returns:

  • (::Integer)


17003
17004
17005
# File 'sig/types.rbs', line 17003

def slot_duration_in_hours
  @slot_duration_in_hours
end

#total_scheduled_instance_hours::Integer

Returns the value of attribute total_scheduled_instance_hours.

Returns:

  • (::Integer)


17004
17005
17006
# File 'sig/types.rbs', line 17004

def total_scheduled_instance_hours
  @total_scheduled_instance_hours
end