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.
7879 7880 7881 7882 7883 7884 7885 |
# File 'lib/aws-sdk-iot/types.rb', line 7879 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.
7879 7880 7881 7882 7883 7884 7885 |
# File 'lib/aws-sdk-iot/types.rb', line 7879 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.
7879 7880 7881 7882 7883 7884 7885 |
# File 'lib/aws-sdk-iot/types.rb', line 7879 class GetBehaviorModelTrainingSummariesRequest < Struct.new( :security_profile_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |