Class: Aws::Types::ListBotResourceGenerationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBotResourceGenerationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::GenerationSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def next_token @next_token end |
#sort_by ⇒ Types::GenerationSortBy
Returns the value of attribute sort_by.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def sort_by @sort_by end |