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)


17982
17983
17984
# File 'sig/types.rbs', line 17982

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


17983
17984
17985
# File 'sig/types.rbs', line 17983

def message
  @message
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


17984
17985
17986
# File 'sig/types.rbs', line 17984

def update_time
  @update_time
end