Class: Aws::Types::ListNetworkMigrationCodeGenerationSegmentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListNetworkMigrationCodeGenerationSegmentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::ListNetworkMigrationCodeGenerationSegmentsFilters
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
-
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ Types::ListNetworkMigrationCodeGenerationSegmentsFilters
Returns the value of attribute filters.
985 986 987 |
# File 'sig/types.rbs', line 985 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
986 987 988 |
# File 'sig/types.rbs', line 986 def max_results @max_results end |
#network_migration_definition_id ⇒ ::String
Returns the value of attribute network_migration_definition_id.
984 985 986 |
# File 'sig/types.rbs', line 984 def network_migration_definition_id @network_migration_definition_id end |
#network_migration_execution_id ⇒ ::String
Returns the value of attribute network_migration_execution_id.
983 984 985 |
# File 'sig/types.rbs', line 983 def network_migration_execution_id @network_migration_execution_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
987 988 989 |
# File 'sig/types.rbs', line 987 def next_token @next_token end |