Class: Aws::MigrationHubRefactorSpaces::Types::ListRoutesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The ID of the application.

Returns:

  • (String)


1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_identifierString

The ID of the environment.

Returns:

  • (String)


1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_tokenString

The token for the next page of results.

Returns:

  • (String)


1868
1869
1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-migrationhubrefactorspaces/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