Class: Aws::IoT::Types::GetBehaviorModelTrainingSummariesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::GetBehaviorModelTrainingSummariesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return at one time.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of results.
 - 
  
    
      #security_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security profile.
 
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time. The default is 10.
      7220 7221 7222 7223 7224 7225 7226  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7220 class GetBehaviorModelTrainingSummariesRequest < Struct.new( :security_profile_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of results.
      7220 7221 7222 7223 7224 7225 7226  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7220 class GetBehaviorModelTrainingSummariesRequest < Struct.new( :security_profile_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#security_profile_name ⇒ String
The name of the security profile.
      7220 7221 7222 7223 7224 7225 7226  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 7220 class GetBehaviorModelTrainingSummariesRequest < Struct.new( :security_profile_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |