You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTEvents::Types::DescribeDetectorModelRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeDetectorModelRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  detector_model_name: "DetectorModelName", # required
  detector_model_version: "DetectorModelVersion",
}

Instance Attribute Summary collapse

Instance Attribute Details

#detector_model_nameString

The name of the detector model.

Returns:

  • (String)

    The name of the detector model.

#detector_model_versionString

The version of the detector model.

Returns:

  • (String)

    The version of the detector model.