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)


11753
11754
11755
# File 'sig/types.rbs', line 11753

def code
  @code
end

#name"pending", ...

Returns the value of attribute name.

Returns:

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


11754
11755
11756
# File 'sig/types.rbs', line 11754

def name
  @name
end