Class: Aws::Types::ListImportsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImportsResponse
- 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.
-
#import_summaries ⇒ ::Array[Types::ImportSummary]
Returns the value of attribute import_summaries.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def bot_version @bot_version end |
#import_summaries ⇒ ::Array[Types::ImportSummary]
Returns the value of attribute import_summaries.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def import_summaries @import_summaries end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def next_token @next_token end |