Class: Aws::Types::DescribeEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_type ⇒ "node", ...
Returns the value of attribute source_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#duration ⇒ ::Integer
Returns the value of attribute duration.
399 400 401 |
# File 'sig/types.rbs', line 399 def duration @duration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
398 399 400 |
# File 'sig/types.rbs', line 398 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
400 401 402 |
# File 'sig/types.rbs', line 400 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
401 402 403 |
# File 'sig/types.rbs', line 401 def next_token @next_token end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
395 396 397 |
# File 'sig/types.rbs', line 395 def source_name @source_name end |
#source_type ⇒ "node", ...
Returns the value of attribute source_type.
396 397 398 |
# File 'sig/types.rbs', line 396 def source_type @source_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
397 398 399 |
# File 'sig/types.rbs', line 397 def start_time @start_time end |