Class: Aws::Types::ListSessionAnalyticsDataRequest

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)


2476
2477
2478
# File 'sig/types.rbs', line 2476

def bot_id
  @bot_id
end

#end_date_time ⇒ ::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def end_date_time
  @end_date_time
end

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

Returns the value of attribute filters.

Returns:



2480
2481
2482
# File 'sig/types.rbs', line 2480

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def next_token
  @next_token
end

#sort_by ⇒ Types::SessionDataSortBy

Returns the value of attribute sort_by.



2479
2480
2481
# File 'sig/types.rbs', line 2479

def sort_by
  @sort_by
end

#start_date_time ⇒ ::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def start_date_time
  @start_date_time
end