Class: Aws::Types::UpdateMaintenanceWindowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_unassociated_targetsBoolean

Returns the value of attribute allow_unassociated_targets.

Returns:

  • (Boolean)


4510
4511
4512
# File 'sig/types.rbs', line 4510

def allow_unassociated_targets
  @allow_unassociated_targets
end

#cutoff::Integer

Returns the value of attribute cutoff.

Returns:

  • (::Integer)


4509
4510
4511
# File 'sig/types.rbs', line 4509

def cutoff
  @cutoff
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4502
4503
4504
# File 'sig/types.rbs', line 4502

def description
  @description
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


4508
4509
4510
# File 'sig/types.rbs', line 4508

def duration
  @duration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


4511
4512
4513
# File 'sig/types.rbs', line 4511

def enabled
  @enabled
end

#end_date::String

Returns the value of attribute end_date.

Returns:

  • (::String)


4504
4505
4506
# File 'sig/types.rbs', line 4504

def end_date
  @end_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4501
4502
4503
# File 'sig/types.rbs', line 4501

def name
  @name
end

#replaceBoolean

Returns the value of attribute replace.

Returns:

  • (Boolean)


4512
4513
4514
# File 'sig/types.rbs', line 4512

def replace
  @replace
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


4505
4506
4507
# File 'sig/types.rbs', line 4505

def schedule
  @schedule
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


4507
4508
4509
# File 'sig/types.rbs', line 4507

def schedule_offset
  @schedule_offset
end

#schedule_timezone::String

Returns the value of attribute schedule_timezone.

Returns:

  • (::String)


4506
4507
4508
# File 'sig/types.rbs', line 4506

def schedule_timezone
  @schedule_timezone
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


4503
4504
4505
# File 'sig/types.rbs', line 4503

def start_date
  @start_date
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


4500
4501
4502
# File 'sig/types.rbs', line 4500

def window_id
  @window_id
end