Class: Aws::Types::GetSessionsStatisticsAggregationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionsStatisticsAggregationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_id ⇒ ::String
Returns the value of attribute aggregation_id.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aggregation_id ⇒ ::String
Returns the value of attribute aggregation_id.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def aggregation_id @aggregation_id end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def farm_id @farm_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def next_token @next_token end |