Class: Aws::Types::UpdateMaintenanceWindowResult

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)


4527
4528
4529
# File 'sig/types.rbs', line 4527

def allow_unassociated_targets
  @allow_unassociated_targets
end

#cutoff::Integer

Returns the value of attribute cutoff.

Returns:

  • (::Integer)


4526
4527
4528
# File 'sig/types.rbs', line 4526

def cutoff
  @cutoff
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4519
4520
4521
# File 'sig/types.rbs', line 4519

def description
  @description
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


4525
4526
4527
# File 'sig/types.rbs', line 4525

def duration
  @duration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


4528
4529
4530
# File 'sig/types.rbs', line 4528

def enabled
  @enabled
end

#end_date::String

Returns the value of attribute end_date.

Returns:

  • (::String)


4521
4522
4523
# File 'sig/types.rbs', line 4521

def end_date
  @end_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4518
4519
4520
# File 'sig/types.rbs', line 4518

def name
  @name
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


4522
4523
4524
# File 'sig/types.rbs', line 4522

def schedule
  @schedule
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


4524
4525
4526
# File 'sig/types.rbs', line 4524

def schedule_offset
  @schedule_offset
end

#schedule_timezone::String

Returns the value of attribute schedule_timezone.

Returns:

  • (::String)


4523
4524
4525
# File 'sig/types.rbs', line 4523

def schedule_timezone
  @schedule_timezone
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


4520
4521
4522
# File 'sig/types.rbs', line 4520

def start_date
  @start_date
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


4517
4518
4519
# File 'sig/types.rbs', line 4517

def window_id
  @window_id
end