Class: Aws::MigrationHubStrategyRecommendations::Types::ListServersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ListServersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_value ⇒ String
Specifies the filter value, which is based on the type of server criteria.
-
#group_id_filter ⇒ Array<Types::Group>
Specifies the group ID to filter on.
-
#max_results ⇒ Integer
The maximum number of items to include in the response.
-
#next_token ⇒ String
The token from a previous call that you use to retrieve the next set of results.
-
#server_criteria ⇒ String
Criteria for filtering servers.
-
#sort ⇒ String
Specifies whether to sort by ascending (‘ASC`) or descending (`DESC`) order.
Instance Attribute Details
#filter_value ⇒ String
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`.
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File '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_filter ⇒ Array<Types::Group>
Specifies the group ID to filter on.
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File '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_results ⇒ Integer
The maximum number of items to include in the response. The maximum value is 100.
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File '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_token ⇒ String
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.
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File '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_criteria ⇒ String
Criteria for filtering servers.
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File '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 |
#sort ⇒ String
Specifies whether to sort by ascending (‘ASC`) or descending (`DESC`) order.
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File '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 |