Class: Aws::MigrationHubRefactorSpaces::Types::ListApplicationsResponse

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_summary_listArray<Types::ApplicationSummary>

The list of ApplicationSummary objects.

Returns:



1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1764

class ListApplicationsResponse < Struct.new(
  :application_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1764
1765
1766
1767
1768
1769
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1764

class ListApplicationsResponse < Struct.new(
  :application_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end