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)


14116
14117
14118
# File 'sig/types.rbs', line 14116

def cron_expression
  @cron_expression
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14112
14113
14114
# File 'sig/types.rbs', line 14112

def dry_run
  @dry_run
end

#instance_event_window_id::String

Returns the value of attribute instance_event_window_id.

Returns:

  • (::String)


14114
14115
14116
# File 'sig/types.rbs', line 14114

def instance_event_window_id
  @instance_event_window_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


14113
14114
14115
# File 'sig/types.rbs', line 14113

def name
  @name
end

#time_ranges::Array[Types::InstanceEventWindowTimeRangeRequest]

Returns the value of attribute time_ranges.



14115
14116
14117
# File 'sig/types.rbs', line 14115

def time_ranges
  @time_ranges
end