Class: Aws::Deadline::Types::StartSessionsStatisticsAggregationRequest

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

#end_timeTime

The Linux timestamp of the date and time that the statistics end.



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The identifier of the farm that contains queues or fleets to return statistics for.



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#group_byArray<String>

The field to use to group the statistics.



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#periodString

The period to aggregate the statistics.



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsTypes::SessionsStatisticsResources

A list of fleet IDs or queue IDs to gather statistics for.



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The Linux timestamp of the date and time that the statistics start.



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsArray<String>

One to four statistics to return.



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The timezone to use for the statistics. Use UTC notation such as “UTC+8.”



8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
# File 'lib/aws-sdk-deadline/types.rb', line 8279

class StartSessionsStatisticsAggregationRequest < Struct.new(
  :farm_id,
  :resource_ids,
  :start_time,
  :end_time,
  :timezone,
  :period,
  :group_by,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end