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 ⇒ "CLUSTER", ...
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.
163 164 165 |
# File 'sig/types.rbs', line 163 def duration @duration end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
162 163 164 |
# File 'sig/types.rbs', line 162 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
164 165 166 |
# File 'sig/types.rbs', line 164 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
165 166 167 |
# File 'sig/types.rbs', line 165 def next_token @next_token end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def source_name @source_name end |
#source_type ⇒ "CLUSTER", ...
Returns the value of attribute source_type.
160 161 162 |
# File 'sig/types.rbs', line 160 def source_type @source_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
161 162 163 |
# File 'sig/types.rbs', line 161 def start_time @start_time end |