Class: Aws::Types::SpotInstanceStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


17643
17644
17645
# File 'sig/types.rbs', line 17643

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


17644
17645
17646
# File 'sig/types.rbs', line 17644

def message
  @message
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


17645
17646
17647
# File 'sig/types.rbs', line 17645

def update_time
  @update_time
end