Class: Aws::Types::InstanceState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::Integer

Returns the value of attribute code.

Returns:

  • (::Integer)


12023
12024
12025
# File 'sig/types.rbs', line 12023

def code
  @code
end

#name"pending", ...

Returns the value of attribute name.

Returns:

  • ("pending", "running", "shutting-down", "terminated", "stopping", "stopped")


12024
12025
12026
# File 'sig/types.rbs', line 12024

def name
  @name
end