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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3523

class GetSessionsStatisticsAggregationRequest < Struct.new(
  :aggregation_id,
  :farm_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)


3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3523

class GetSessionsStatisticsAggregationRequest < Struct.new(
  :aggregation_id,
  :farm_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)


3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3523

class GetSessionsStatisticsAggregationRequest < Struct.new(
  :aggregation_id,
  :farm_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)


3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3523

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