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.
8887 8888 8889 |
# File 'sig/types.rbs', line 8887 def invocations_max_retries @invocations_max_retries end |
#invocations_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute invocations_timeout_in_seconds.
8886 8887 8888 |
# File 'sig/types.rbs', line 8886 def invocations_timeout_in_seconds @invocations_timeout_in_seconds end |