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

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

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

Returns:

  • (String)


7583
7584
7585
7586
7587
# File 'lib/aws-sdk-deadline/types.rb', line 7583

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