Class: Aws::Types::ListInferenceEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInferenceEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
-
#interval_end_time ⇒ ::Time
Returns the value of attribute interval_end_time.
-
#interval_start_time ⇒ ::Time
Returns the value of attribute interval_start_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#inference_scheduler_name ⇒ ::String
Returns the value of attribute inference_scheduler_name.
667 668 669 |
# File 'sig/types.rbs', line 667 def inference_scheduler_name @inference_scheduler_name end |
#interval_end_time ⇒ ::Time
Returns the value of attribute interval_end_time.
669 670 671 |
# File 'sig/types.rbs', line 669 def interval_end_time @interval_end_time end |
#interval_start_time ⇒ ::Time
Returns the value of attribute interval_start_time.
668 669 670 |
# File 'sig/types.rbs', line 668 def interval_start_time @interval_start_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
666 667 668 |
# File 'sig/types.rbs', line 666 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
665 666 667 |
# File 'sig/types.rbs', line 665 def next_token @next_token end |