Class: Aws::MigrationHubStrategyRecommendations::Types::GetServerDetailsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetServerDetailsRequest
 
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #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_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the server. 
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to include in the response. The maximum value is 100.
| 1077 1078 1079 1080 1081 1082 1083 | # File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1077 class GetServerDetailsRequest < Struct.new( :max_results, :next_token, :server_id) 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.
| 1077 1078 1079 1080 1081 1082 1083 | # File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1077 class GetServerDetailsRequest < Struct.new( :max_results, :next_token, :server_id) SENSITIVE = [] include Aws::Structure end | 
#server_id ⇒ String
The ID of the server.
| 1077 1078 1079 1080 1081 1082 1083 | # File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1077 class GetServerDetailsRequest < Struct.new( :max_results, :next_token, :server_id) SENSITIVE = [] include Aws::Structure end |