Class: Aws::Types::ListNetworkMigrationExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNetworkMigrationExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::NetworkMigrationExecution]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::NetworkMigrationExecution]
Returns the value of attribute items.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def next_token @next_token end |