Class: Aws::Types::ModelClientConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelClientConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocations_max_retries ⇒ ::Integer
Returns the value of attribute invocations_max_retries.
-
#invocations_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute invocations_timeout_in_seconds.
Instance Attribute Details
#invocations_max_retries ⇒ ::Integer
Returns the value of attribute invocations_max_retries.
8872 8873 8874 |
# File 'sig/types.rbs', line 8872 def invocations_max_retries @invocations_max_retries end |
#invocations_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute invocations_timeout_in_seconds.
8871 8872 8873 |
# File 'sig/types.rbs', line 8871 def invocations_timeout_in_seconds @invocations_timeout_in_seconds end |