Class: Aws::Types::ListMigrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMigrationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def application_id @application_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def next_token @next_token end |
#status ⇒ ::String
Returns the value of attribute status.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def status @status end |