Class: Aws::MigrationHubRefactorSpaces::Types::ListApplicationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_identifierString

The ID of the environment.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1746

class ListApplicationsRequest < Struct.new(
  :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)


1746
1747
1748
1749
1750
1751
1752
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1746

class ListApplicationsRequest < Struct.new(
  :environment_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1746

class ListApplicationsRequest < Struct.new(
  :environment_identifier,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end