Class: Aws::Deadline::Types::StartSessionsStatisticsAggregationResponse

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

A unique identifier for the aggregated statistics. Use this identifier with the GetAggregatedStatisticsForSessions operation to return the statistics.

Returns:

  • (String)


7372
7373
7374
7375
7376
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7372

class StartSessionsStatisticsAggregationResponse < Struct.new(
  :aggregation_id)
  SENSITIVE = []
  include Aws::Structure
end