Class: Aws::Deadline::Types::StartSessionsStatisticsAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StartSessionsStatisticsAggregationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_id ⇒ String
A unique identifier for the aggregated statistics.
Instance Attribute Details
#aggregation_id ⇒ String
A unique identifier for the aggregated statistics. Use this identifier with the ‘GetAggregatedStatisticsForSessions` operation to return the statistics.
7644 7645 7646 7647 7648 |
# File 'lib/aws-sdk-deadline/types.rb', line 7644 class StartSessionsStatisticsAggregationResponse < Struct.new( :aggregation_id) SENSITIVE = [] include Aws::Structure end |