Class: Aws::Types::DisassociateInstanceEventWindowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_targetTypes::InstanceEventWindowDisassociationRequest

Returns the value of attribute association_target.



8381
8382
8383
# File 'sig/types.rbs', line 8381

def association_target
  @association_target
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8379
8380
8381
# File 'sig/types.rbs', line 8379

def dry_run
  @dry_run
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


8380
8381
8382
# File 'sig/types.rbs', line 8380

def instance_event_window_id
  @instance_event_window_id
end