Class: Aws::IoT::Types::GetBehaviorModelTrainingSummariesRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at one time. The default is 10.

Returns:

  • (Integer)


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_tokenString

The token for the next set of results.

Returns:

  • (String)


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_nameString

The name of the security profile.

Returns:

  • (String)


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