Class: Aws::Types::ListProfileTimesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListProfileTimesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#order_by ⇒ "TimestampDescending", "TimestampAscending"
Returns the value of attribute order_by.
-
#period ⇒ "PT5M", ...
Returns the value of attribute period.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
243 244 245 |
# File 'sig/types.rbs', line 243 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
244 245 246 |
# File 'sig/types.rbs', line 244 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
245 246 247 |
# File 'sig/types.rbs', line 245 def next_token @next_token end |
#order_by ⇒ "TimestampDescending", "TimestampAscending"
Returns the value of attribute order_by.
246 247 248 |
# File 'sig/types.rbs', line 246 def order_by @order_by end |
#period ⇒ "PT5M", ...
Returns the value of attribute period.
247 248 249 |
# File 'sig/types.rbs', line 247 def period @period end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
248 249 250 |
# File 'sig/types.rbs', line 248 def profiling_group_name @profiling_group_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
249 250 251 |
# File 'sig/types.rbs', line 249 def start_time @start_time end |