Class: Aws::MigrationHubStrategyRecommendations::Types::ListServersRequest

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

#filter_valueString

Specifies the filter value, which is based on the type of server criteria. For example, if serverCriteria is OS_NAME, and the filterValue is equal to WindowsServer, then ListServers returns all of the servers matching the OS name WindowsServer.

Returns:

  • (String)


1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1518

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

#group_id_filterArray<Types::Group>

Specifies the group ID to filter on.

Returns:



1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1518

class ListServersRequest < Struct.new(
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :server_criteria,
  :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)


1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1518

class ListServersRequest < Struct.new(
  :filter_value,
  :group_id_filter,
  :max_results,
  :next_token,
  :server_criteria,
  :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)


1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1518

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

#server_criteriaString

Criteria for filtering servers.

Returns:

  • (String)


1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1518

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

#sortString

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

Returns:

  • (String)


1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1518

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