Class: Aws::Types::ListSessionAnalyticsDataResponse

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)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def bot_id
  @bot_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def next_token
  @next_token
end

#sessions ⇒ ::Array[Types::SessionSpecification]

Returns the value of attribute sessions.

Returns:



2489
2490
2491
# File 'sig/types.rbs', line 2489

def sessions
  @sessions
end