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)


4127
4128
4129
# File 'sig/types.rbs', line 4127

def dry_run
  @dry_run
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


4128
4129
4130
# File 'sig/types.rbs', line 4128

def force_delete
  @force_delete
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


4129
4130
4131
# File 'sig/types.rbs', line 4129

def instance_event_window_id
  @instance_event_window_id
end