Class: Aws::Types::ListSessionMetricsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2507
2508
2509
# File 'sig/types.rbs', line 2507

def bot_id
  @bot_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2509
2510
2511
# File 'sig/types.rbs', line 2509

def next_token
  @next_token
end

#results ⇒ ::Array[Types::AnalyticsSessionResult]

Returns the value of attribute results.

Returns:



2508
2509
2510
# File 'sig/types.rbs', line 2508

def results
  @results
end