Class: Aws::MigrationHubStrategyRecommendations::Types::ListApplicationComponentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_component_infosArray<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_tokenString

The token you use to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


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