Class: Aws::MigrationHubStrategyRecommendations::Types::ListApplicationComponentsRequest

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_criteriaString

Criteria for filtering the list of application components.

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1374

class ListApplicationComponentsRequest < Struct.new(
  :application_component_criteria,
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#filter_valueString

Specify the value based on the application component criteria type. For example, if applicationComponentCriteria is set to SERVER_ID and filterValue is set to server1, then ListApplicationComponents returns all the application components running on server1.

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1374

class ListApplicationComponentsRequest < Struct.new(
  :application_component_criteria,
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#group_id_filterArray<Types::Group>

The group ID specified in to filter on.

Returns:



1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1374

class ListApplicationComponentsRequest < Struct.new(
  :application_component_criteria,
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to include in the response. The maximum value is 100.

Returns:

  • (Integer)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1374

class ListApplicationComponentsRequest < Struct.new(
  :application_component_criteria,
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1374

class ListApplicationComponentsRequest < Struct.new(
  :application_component_criteria,
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#sortString

Specifies whether to sort by ascending (ASC) or descending (DESC) order.

Returns:

  • (String)


1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1374

class ListApplicationComponentsRequest < Struct.new(
  :application_component_criteria,
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end