Class: Aws::Types::EvaluationWindow

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

Defined Under Namespace

Classes: SlidingWindow, Unknown, WallClockWindow

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sliding_windowTypes::SlidingWindow

Returns the value of attribute sliding_window.



366
367
368
# File 'sig/types.rbs', line 366

def sliding_window
  @sliding_window
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


367
368
369
# File 'sig/types.rbs', line 367

def unknown
  @unknown
end

#wall_clock_windowTypes::WallClockWindow

Returns the value of attribute wall_clock_window.



365
366
367
# File 'sig/types.rbs', line 365

def wall_clock_window
  @wall_clock_window
end