Class: Aws::Types::FlexibleTimeWindow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_window_in_minutes ⇒ ::Integer

Returns the value of attribute maximum_window_in_minutes.

Returns:

  • (::Integer)


113
114
115
# File 'sig/types.rbs', line 113

def maximum_window_in_minutes
  @maximum_window_in_minutes
end

#mode ⇒ "OFF", "FLEXIBLE"

Returns the value of attribute mode.

Returns:

  • ("OFF", "FLEXIBLE")


114
115
116
# File 'sig/types.rbs', line 114

def mode
  @mode
end