Class: Aws::Types::GetTimeSeriesServiceStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTimeSeriesServiceStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#entity_selector_expression ⇒ ::String
Returns the value of attribute entity_selector_expression.
-
#forecast_statistics ⇒ Boolean
Returns the value of attribute forecast_statistics.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
381 382 383 |
# File 'sig/types.rbs', line 381 def end_time @end_time end |
#entity_selector_expression ⇒ ::String
Returns the value of attribute entity_selector_expression.
384 385 386 |
# File 'sig/types.rbs', line 384 def entity_selector_expression @entity_selector_expression end |
#forecast_statistics ⇒ Boolean
Returns the value of attribute forecast_statistics.
386 387 388 |
# File 'sig/types.rbs', line 386 def forecast_statistics @forecast_statistics end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
383 384 385 |
# File 'sig/types.rbs', line 383 def group_arn @group_arn end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
382 383 384 |
# File 'sig/types.rbs', line 382 def group_name @group_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
387 388 389 |
# File 'sig/types.rbs', line 387 def next_token @next_token end |
#period ⇒ ::Integer
Returns the value of attribute period.
385 386 387 |
# File 'sig/types.rbs', line 385 def period @period end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
380 381 382 |
# File 'sig/types.rbs', line 380 def start_time @start_time end |