Class: Aws::MigrationHubStrategyRecommendations::Types::ListApplicationComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ListApplicationComponentsResponse
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_component_infos ⇒ Array<Types::ApplicationComponentDetail>
The list of application components with detailed information about each component.
-
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
Instance Attribute Details
#application_component_infos ⇒ Array<Types::ApplicationComponentDetail>
The list of application components with detailed information about each component.
1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1397 class ListApplicationComponentsResponse < Struct.new( :application_component_infos, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token you use to retrieve the next set of results, or null if there are no more results.
1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1397 class ListApplicationComponentsResponse < Struct.new( :application_component_infos, :next_token) SENSITIVE = [] include Aws::Structure end |