Class: Aws::IoTManagedIntegrations::Types::RetryConfigCriteria

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

Overview

Structure representing one retry config criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_typeString

Over-the-air (OTA) retry criteria failure type.

Returns:

  • (String)


4227
4228
4229
4230
4231
4232
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4227

class RetryConfigCriteria < Struct.new(
  :failure_type,
  :min_number_of_retries)
  SENSITIVE = []
  include Aws::Structure
end

#min_number_of_retriesInteger

The number of retries allowed for a failure type for the over-the-air (OTA) task.

Returns:

  • (Integer)


4227
4228
4229
4230
4231
4232
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4227

class RetryConfigCriteria < Struct.new(
  :failure_type,
  :min_number_of_retries)
  SENSITIVE = []
  include Aws::Structure
end