Class: Aws::MigrationHubRefactorSpaces::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::ListApplicationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_summary_list ⇒ Array<Types::ApplicationSummary>
The list of ‘ApplicationSummary` objects.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#application_summary_list ⇒ Array<Types::ApplicationSummary>
The list of ‘ApplicationSummary` objects.
1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1764 class ListApplicationsResponse < Struct.new( :application_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1764 class ListApplicationsResponse < Struct.new( :application_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |