Class: Aws::IoT::Types::GetBehaviorModelTrainingSummariesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that can be used to retrieve the next set of results, or null if there are no additional results.

Returns:

  • (String)


7238
7239
7240
7241
7242
7243
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7238

class GetBehaviorModelTrainingSummariesResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#summariesArray<Types::BehaviorModelTrainingSummary>

A list of all ML Detect behaviors and their model status for a given Security Profile.



7238
7239
7240
7241
7242
7243
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7238

class GetBehaviorModelTrainingSummariesResponse < Struct.new(
  :summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end