Class: Aws::Types::StartSessionsStatisticsAggregationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionsStatisticsAggregationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#group_by ⇒ ::Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")]
Returns the value of attribute group_by.
-
#period ⇒ "HOURLY", ...
Returns the value of attribute period.
-
#resource_ids ⇒ Types::SessionsStatisticsResources
Returns the value of attribute resource_ids.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#statistics ⇒ ::Array[("SUM" | "MIN" | "MAX" | "AVG")]
Returns the value of attribute statistics.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def end_time @end_time end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def farm_id @farm_id end |
#group_by ⇒ ::Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")]
Returns the value of attribute group_by.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def group_by @group_by end |
#period ⇒ "HOURLY", ...
Returns the value of attribute period.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def period @period end |
#resource_ids ⇒ Types::SessionsStatisticsResources
Returns the value of attribute resource_ids.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def resource_ids @resource_ids end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def start_time @start_time end |
#statistics ⇒ ::Array[("SUM" | "MIN" | "MAX" | "AVG")]
Returns the value of attribute statistics.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def statistics @statistics end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2861 2862 2863 |
# File 'sig/types.rbs', line 2861 def timezone @timezone end |