Class: Aws::Types::FlinkApplicationConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::FlinkApplicationConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkpoint_configuration_update ⇒ Types::CheckpointConfigurationUpdate
Returns the value of attribute checkpoint_configuration_update.
-
#monitoring_configuration_update ⇒ Types::MonitoringConfigurationUpdate
Returns the value of attribute monitoring_configuration_update.
-
#parallelism_configuration_update ⇒ Types::ParallelismConfigurationUpdate
Returns the value of attribute parallelism_configuration_update.
Instance Attribute Details
#checkpoint_configuration_update ⇒ Types::CheckpointConfigurationUpdate
Returns the value of attribute checkpoint_configuration_update.
640 641 642 |
# File 'sig/types.rbs', line 640 def checkpoint_configuration_update @checkpoint_configuration_update end |
#monitoring_configuration_update ⇒ Types::MonitoringConfigurationUpdate
Returns the value of attribute monitoring_configuration_update.
641 642 643 |
# File 'sig/types.rbs', line 641 def monitoring_configuration_update @monitoring_configuration_update end |
#parallelism_configuration_update ⇒ Types::ParallelismConfigurationUpdate
Returns the value of attribute parallelism_configuration_update.
642 643 644 |
# File 'sig/types.rbs', line 642 def parallelism_configuration_update @parallelism_configuration_update end |