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)


12241
12242
12243
# File 'sig/types.rbs', line 12241

def code
  @code
end

#name"pending", ...

Returns the value of attribute name.

Returns:

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


12242
12243
12244
# File 'sig/types.rbs', line 12242

def name
  @name
end