Class: Aws::Deadline::Types::GetSessionsStatisticsAggregationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_idString

The identifier returned by the ‘StartSessionsStatisticsAggregation` operation that identifies the aggregated statistics.

Returns:

  • (String)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'lib/aws-sdk-deadline/types.rb', line 3633

class GetSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :aggregation_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

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.

Returns:

  • (String)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'lib/aws-sdk-deadline/types.rb', line 3633

class GetSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :aggregation_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.

Returns:

  • (Integer)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'lib/aws-sdk-deadline/types.rb', line 3633

class GetSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :aggregation_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or ‘null` to start from the beginning.

Returns:

  • (String)


3633
3634
3635
3636
3637
3638
3639
3640
# File 'lib/aws-sdk-deadline/types.rb', line 3633

class GetSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :aggregation_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end