class Aws::MigrationHubStrategyRecommendations::Types::GetServerDetailsRequest

@note When making an API call, you may pass GetServerDetailsRequest

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      server_id: "ServerId", # required
    }

@!attribute [rw] max_results

The maximum number of items to include in the response. The maximum
value is 100.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] server_id

The ID of the server.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/GetServerDetailsRequest AWS API Documentation

Constants

SENSITIVE