Class: Aws::Types::MaintenanceWindowIdentity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#cutoff::Integer

Returns the value of attribute cutoff.

Returns:

  • (::Integer)


3049
3050
3051
# File 'sig/types.rbs', line 3049

def cutoff
  @cutoff
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3046
3047
3048
# File 'sig/types.rbs', line 3046

def description
  @description
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


3048
3049
3050
# File 'sig/types.rbs', line 3048

def duration
  @duration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3047
3048
3049
# File 'sig/types.rbs', line 3047

def enabled
  @enabled
end

#end_date::String

Returns the value of attribute end_date.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def end_date
  @end_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3045
3046
3047
# File 'sig/types.rbs', line 3045

def name
  @name
end

#next_execution_time::String

Returns the value of attribute next_execution_time.

Returns:

  • (::String)


3055
3056
3057
# File 'sig/types.rbs', line 3055

def next_execution_time
  @next_execution_time
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


3050
3051
3052
# File 'sig/types.rbs', line 3050

def schedule
  @schedule
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


3052
3053
3054
# File 'sig/types.rbs', line 3052

def schedule_offset
  @schedule_offset
end

#schedule_timezone::String

Returns the value of attribute schedule_timezone.

Returns:

  • (::String)


3051
3052
3053
# File 'sig/types.rbs', line 3051

def schedule_timezone
  @schedule_timezone
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def start_date
  @start_date
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


3044
3045
3046
# File 'sig/types.rbs', line 3044

def window_id
  @window_id
end