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.
7325 7326 7327 7328 7329 7330 7331 |
# File 'lib/aws-sdk-iot/types.rb', line 7325 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.
7325 7326 7327 7328 7329 7330 7331 |
# File 'lib/aws-sdk-iot/types.rb', line 7325 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.
7325 7326 7327 7328 7329 7330 7331 |
# File 'lib/aws-sdk-iot/types.rb', line 7325 class GetBehaviorModelTrainingSummariesRequest < Struct.new( :security_profile_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |