Class: Aws::IoTEvents::Types::AlarmModelVersionSummary

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

Overview

Contains a summary of an alarm model version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_arnString

The ARN of the alarm model. For more information, see [Amazon Resource Names (ARNs)] in the *AWS General Reference*.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#alarm_model_nameString

The name of the alarm model.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#alarm_model_versionString

The version of the alarm model.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time the alarm model was created, in the Unix epoch format.

Returns:

  • (Time)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The time the alarm model was last updated, in the Unix epoch format.

Returns:

  • (Time)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see [Amazon Resource Names (ARNs)] in the *AWS General Reference*.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the alarm model. The status can be one of the following values:

  • ‘ACTIVE` - The alarm model is active and it’s ready to evaluate data.

  • ‘ACTIVATING` - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.

  • ‘INACTIVE` - The alarm model is inactive, so it isn’t ready to evaluate data. Check your alarm model information and update the alarm model.

  • ‘FAILED` - You couldn’t create or update the alarm model. Check your alarm model information and try again.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Contains information about the status of the alarm model version.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
451
452
453
# File 'lib/aws-sdk-iotevents/types.rb', line 442

class AlarmModelVersionSummary < Struct.new(
  :alarm_model_name,
  :alarm_model_arn,
  :alarm_model_version,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end