Class: Aws::Deadline::Types::GetSessionsStatisticsAggregationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetSessionsStatisticsAggregationRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Shared pagination fields for List operation inputs (nextToken + maxResults).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_id ⇒ String
The identifier returned by the
StartSessionsStatisticsAggregationoperation that identifies the aggregated statistics. -
#farm_id ⇒ String
The identifier of the farm to include in the statistics.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next set of results, or
nullto start from the beginning.
Instance Attribute Details
#aggregation_id ⇒ String
The identifier returned by the StartSessionsStatisticsAggregation
operation that identifies the aggregated statistics.
4402 4403 4404 4405 4406 4407 4408 4409 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4402 class GetSessionsStatisticsAggregationRequest < Struct.new( :farm_id, :next_token, :max_results, :aggregation_id) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The identifier of the farm to include in the statistics. This should
be the same as the farm ID used in the call to the
StartSessionsStatisticsAggregation operation.
4402 4403 4404 4405 4406 4407 4408 4409 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4402 class GetSessionsStatisticsAggregationRequest < Struct.new( :farm_id, :next_token, :max_results, :aggregation_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return. Use this parameter with
NextToken to get results as a set of sequential pages.
4402 4403 4404 4405 4406 4407 4408 4409 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4402 class GetSessionsStatisticsAggregationRequest < Struct.new( :farm_id, :next_token, :max_results, :aggregation_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null to start from the
beginning.
4402 4403 4404 4405 4406 4407 4408 4409 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4402 class GetSessionsStatisticsAggregationRequest < Struct.new( :farm_id, :next_token, :max_results, :aggregation_id) SENSITIVE = [] include Aws::Structure end |