Class: Aws::Types::GetMigrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMigrationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#migration_status_equals ⇒ "IN_PROGRESS", ...
Returns the value of attribute migration_status_equals.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by_attribute ⇒ "V1_BOT_NAME", "MIGRATION_DATE_TIME"
Returns the value of attribute sort_by_attribute.
-
#sort_by_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_by_order.
-
#v1_bot_name_contains ⇒ ::String
Returns the value of attribute v1_bot_name_contains.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
515 516 517 |
# File 'sig/types.rbs', line 515 def max_results @max_results end |
#migration_status_equals ⇒ "IN_PROGRESS", ...
Returns the value of attribute migration_status_equals.
514 515 516 |
# File 'sig/types.rbs', line 514 def migration_status_equals @migration_status_equals end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
516 517 518 |
# File 'sig/types.rbs', line 516 def next_token @next_token end |
#sort_by_attribute ⇒ "V1_BOT_NAME", "MIGRATION_DATE_TIME"
Returns the value of attribute sort_by_attribute.
511 512 513 |
# File 'sig/types.rbs', line 511 def sort_by_attribute @sort_by_attribute end |
#sort_by_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_by_order.
512 513 514 |
# File 'sig/types.rbs', line 512 def sort_by_order @sort_by_order end |
#v1_bot_name_contains ⇒ ::String
Returns the value of attribute v1_bot_name_contains.
513 514 515 |
# File 'sig/types.rbs', line 513 def v1_bot_name_contains @v1_bot_name_contains end |