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

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def instance_id
  @instance_id
end

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def reason_code
  @reason_code
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def state
  @state
end