Class: Aws::Types::InstanceEventWindowStateChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


11422
11423
11424
# File 'sig/types.rbs', line 11422

def instance_event_window_id
  @instance_event_window_id
end

#state"creating", ...

Returns the value of attribute state.

Returns:

  • ("creating", "deleting", "active", "deleted")


11423
11424
11425
# File 'sig/types.rbs', line 11423

def state
  @state
end