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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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)


4202
4203
4204
4205
4206
4207
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4202

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)


4202
4203
4204
4205
4206
4207
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4202

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