Class: Aws::Types::DeleteInstanceEventWindowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4263
4264
4265
# File 'sig/types.rbs', line 4263

def dry_run
  @dry_run
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


4264
4265
4266
# File 'sig/types.rbs', line 4264

def force_delete
  @force_delete
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


4265
4266
4267
# File 'sig/types.rbs', line 4265

def instance_event_window_id
  @instance_event_window_id
end