Class: Aws::Types::InstanceStateChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_stateTypes::InstanceState

Returns the value of attribute current_state.



12030
12031
12032
# File 'sig/types.rbs', line 12030

def current_state
  @current_state
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


12029
12030
12031
# File 'sig/types.rbs', line 12029

def instance_id
  @instance_id
end

#previous_stateTypes::InstanceState

Returns the value of attribute previous_state.



12031
12032
12033
# File 'sig/types.rbs', line 12031

def previous_state
  @previous_state
end