Class: Aws::Types::ListSessionMetricsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bin_by ⇒ ::Array[Types::AnalyticsBinBySpecification]

Returns the value of attribute bin_by.



2498
2499
2500
# File 'sig/types.rbs', line 2498

def bin_by
  @bin_by
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def bot_id
  @bot_id
end

#end_date_time ⇒ ::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def end_date_time
  @end_date_time
end

#filters ⇒ ::Array[Types::AnalyticsSessionFilter]

Returns the value of attribute filters.

Returns:



2500
2501
2502
# File 'sig/types.rbs', line 2500

def filters
  @filters
end

#group_by ⇒ ::Array[Types::AnalyticsSessionGroupBySpecification]

Returns the value of attribute group_by.



2499
2500
2501
# File 'sig/types.rbs', line 2499

def group_by
  @group_by
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def max_results
  @max_results
end

#metrics ⇒ ::Array[Types::AnalyticsSessionMetric]

Returns the value of attribute metrics.

Returns:



2497
2498
2499
# File 'sig/types.rbs', line 2497

def metrics
  @metrics
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def next_token
  @next_token
end

#start_date_time ⇒ ::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def start_date_time
  @start_date_time
end