Class: AWS::Flow::FlowConstants

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/decider/flow_defaults.rb

Constant Summary collapse

INFINITY =
-1

Class Attribute Summary collapse

Class Attribute Details

.default_data_converterObject (readonly)

The DataConverter for instances of this class.



40
41
42
# File 'lib/aws/decider/flow_defaults.rb', line 40

def default_data_converter
  @default_data_converter
end

.exponential_retry_backoff_coefficientObject (readonly)

Returns the value of attribute exponential_retry_backoff_coefficient.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_backoff_coefficient
  @exponential_retry_backoff_coefficient
end

.exponential_retry_exceptions_to_excludeObject (readonly)

Returns the value of attribute exponential_retry_exceptions_to_exclude.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_exceptions_to_exclude
  @exponential_retry_exceptions_to_exclude
end

.exponential_retry_exceptions_to_includeObject (readonly)

Returns the value of attribute exponential_retry_exceptions_to_include.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_exceptions_to_include
  @exponential_retry_exceptions_to_include
end

.exponential_retry_functionObject (readonly)

Returns the value of attribute exponential_retry_function.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_function
  @exponential_retry_function
end

.exponential_retry_initial_retry_intervalObject (readonly)

Returns the value of attribute exponential_retry_initial_retry_interval.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_initial_retry_interval
  @exponential_retry_initial_retry_interval
end

.exponential_retry_maximum_attemptsObject (readonly)

Returns the value of attribute exponential_retry_maximum_attempts.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_maximum_attempts
  @exponential_retry_maximum_attempts
end

.exponential_retry_maximum_retry_interval_secondsObject (readonly)

Returns the value of attribute exponential_retry_maximum_retry_interval_seconds.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_maximum_retry_interval_seconds
  @exponential_retry_maximum_retry_interval_seconds
end

.exponential_retry_retry_expiration_secondsObject (readonly)

Returns the value of attribute exponential_retry_retry_expiration_seconds.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def exponential_retry_retry_expiration_seconds
  @exponential_retry_retry_expiration_seconds
end

.jitter_functionObject (readonly)

Returns the value of attribute jitter_function.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def jitter_function
  @jitter_function
end

.should_jitterObject (readonly)

Returns the value of attribute should_jitter.



20
21
22
# File 'lib/aws/decider/flow_defaults.rb', line 20

def should_jitter
  @should_jitter
end