Class: Aws::Types::GetSessionsStatisticsAggregationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_id::String

Returns the value of attribute aggregation_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def next_token
  @next_token
end