Class: Aws::Types::DurableConfig
- Inherits:
-
Object
- Object
- Aws::Types::DurableConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_timeout ⇒ ::Integer
Returns the value of attribute execution_timeout.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
Instance Attribute Details
#execution_timeout ⇒ ::Integer
Returns the value of attribute execution_timeout.
561 562 563 |
# File 'sig/types.rbs', line 561 def execution_timeout @execution_timeout end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
559 560 561 |
# File 'sig/types.rbs', line 559 def kms_key_arn @kms_key_arn end |
#retention_period_in_days ⇒ ::Integer
Returns the value of attribute retention_period_in_days.
560 561 562 |
# File 'sig/types.rbs', line 560 def retention_period_in_days @retention_period_in_days end |