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)


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

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


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

def update_time
  @update_time
end