Class: Aws::Types::DynamicPartitioningConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DynamicPartitioningConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#retry_options ⇒ Types::RetryOptions
Returns the value of attribute retry_options.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
364 365 366 |
# File 'sig/types.rbs', line 364 def enabled @enabled end |
#retry_options ⇒ Types::RetryOptions
Returns the value of attribute retry_options.
363 364 365 |
# File 'sig/types.rbs', line 363 def @retry_options end |