Class: Aws::IoTEvents::Types::UpdateDetectorModelRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_definitionTypes::DetectorModelDefinition

Information that defines how a detector operates.



3119
3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3119

class UpdateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :role_arn,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_descriptionString

A brief description of the detector model.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3119

class UpdateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :role_arn,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_nameString

The name of the detector model that is updated.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3119

class UpdateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :role_arn,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_methodString

Information about the order in which events are evaluated and how actions are executed.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3119

class UpdateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :role_arn,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that grants permission to AWS IoT Events to perform its operations.

Returns:

  • (String)


3119
3120
3121
3122
3123
3124
3125
3126
3127
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 3119

class UpdateDetectorModelRequest < Struct.new(
  :detector_model_name,
  :detector_model_definition,
  :detector_model_description,
  :role_arn,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end