Class: Aws::Types::WindowSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_type ⇒ "SUMMARY", "COMPUTED"

Returns the value of attribute evaluation_type.

Returns:

  • ("SUMMARY", "COMPUTED")


1346
1347
1348
# File 'sig/types.rbs', line 1346

def evaluation_type
  @evaluation_type
end

#item_count ⇒ ::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def item_count
  @item_count
end

#metrics ⇒ Types::Metrics

Returns the value of attribute metrics.

Returns:



1347
1348
1349
# File 'sig/types.rbs', line 1347

def metrics
  @metrics
end

#test_window_end ⇒ ::Time

Returns the value of attribute test_window_end.

Returns:

  • (::Time)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def test_window_end
  @test_window_end
end

#test_window_start ⇒ ::Time

Returns the value of attribute test_window_start.

Returns:

  • (::Time)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def test_window_start
  @test_window_start
end