Class: Aws::MigrationHubRefactorSpaces::Types::ListRoutesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::ListRoutesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The ID of the application.
-
#environment_identifier ⇒ String
The ID of the environment.
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#application_identifier ⇒ String
The ID of the application.
1868 1869 1870 1871 1872 1873 1874 1875 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1868 class ListRoutesRequest < Struct.new( :application_identifier, :environment_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#environment_identifier ⇒ String
The ID of the environment.
1868 1869 1870 1871 1872 1873 1874 1875 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1868 class ListRoutesRequest < Struct.new( :application_identifier, :environment_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned ‘nextToken` value.
1868 1869 1870 1871 1872 1873 1874 1875 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1868 class ListRoutesRequest < Struct.new( :application_identifier, :environment_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1868 1869 1870 1871 1872 1873 1874 1875 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1868 class ListRoutesRequest < Struct.new( :application_identifier, :environment_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |