Class: Aws::Types::DescribeBotAnalyzerRecommendationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_analyzer_request_id ⇒ ::String

Returns the value of attribute bot_analyzer_request_id.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def bot_analyzer_request_id
  @bot_analyzer_request_id
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def bot_id
  @bot_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def next_token
  @next_token
end