Class: Aws::Types::MaintenanceWindow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_minutes::Integer

Returns the value of attribute duration_in_minutes.

Returns:

  • (::Integer)


3889
3890
3891
# File 'sig/types.rbs', line 3889

def duration_in_minutes
  @duration_in_minutes
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


3888
3889
3890
# File 'sig/types.rbs', line 3888

def start_time
  @start_time
end