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

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

#end_timeTime

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

Returns:

  • (Time)


7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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

#farm_idString

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

Returns:

  • (String)


7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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

#group_byArray<String>

The field to use to group the statistics.

Returns:

  • (Array<String>)


7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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

#periodString

The period to aggregate the statistics.

Returns:

  • (String)


7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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

#resource_idsTypes::SessionsStatisticsResources

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



7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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

#start_timeTime

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

Returns:

  • (Time)


7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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

#statisticsArray<String>

One to four statistics to return.

Returns:

  • (Array<String>)


7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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

#timezoneString

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

Returns:

  • (String)


7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7351

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