Class: Aws::Types::ModifyInstanceEventWindowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expression::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


13498
13499
13500
# File 'sig/types.rbs', line 13498

def cron_expression
  @cron_expression
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13494
13495
13496
# File 'sig/types.rbs', line 13494

def dry_run
  @dry_run
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


13496
13497
13498
# File 'sig/types.rbs', line 13496

def instance_event_window_id
  @instance_event_window_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13495
13496
13497
# File 'sig/types.rbs', line 13495

def name
  @name
end

#time_ranges::Array[Types::InstanceEventWindowTimeRangeRequest]

Returns the value of attribute time_ranges.



13497
13498
13499
# File 'sig/types.rbs', line 13497

def time_ranges
  @time_ranges
end