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.
7517 7518 7519 7520 7521 7522 7523 |
# File 'lib/aws-sdk-iot/types.rb', line 7517 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.
7517 7518 7519 7520 7521 7522 7523 |
# File 'lib/aws-sdk-iot/types.rb', line 7517 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.
7517 7518 7519 7520 7521 7522 7523 |
# File 'lib/aws-sdk-iot/types.rb', line 7517 class GetBehaviorModelTrainingSummariesRequest < Struct.new( :security_profile_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |