Class: Aws::Types::ZeppelinApplicationConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ZeppelinApplicationConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_configuration_update ⇒ Types::CatalogConfigurationUpdate
Returns the value of attribute catalog_configuration_update.
-
#custom_artifacts_configuration_update ⇒ ::Array[Types::CustomArtifactConfiguration]
Returns the value of attribute custom_artifacts_configuration_update.
-
#deploy_as_application_configuration_update ⇒ Types::DeployAsApplicationConfigurationUpdate
Returns the value of attribute deploy_as_application_configuration_update.
-
#monitoring_configuration_update ⇒ Types::ZeppelinMonitoringConfigurationUpdate
Returns the value of attribute monitoring_configuration_update.
Instance Attribute Details
#catalog_configuration_update ⇒ Types::CatalogConfigurationUpdate
Returns the value of attribute catalog_configuration_update.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def catalog_configuration_update @catalog_configuration_update end |
#custom_artifacts_configuration_update ⇒ ::Array[Types::CustomArtifactConfiguration]
Returns the value of attribute custom_artifacts_configuration_update.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def custom_artifacts_configuration_update @custom_artifacts_configuration_update end |
#deploy_as_application_configuration_update ⇒ Types::DeployAsApplicationConfigurationUpdate
Returns the value of attribute deploy_as_application_configuration_update.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def deploy_as_application_configuration_update @deploy_as_application_configuration_update end |
#monitoring_configuration_update ⇒ Types::ZeppelinMonitoringConfigurationUpdate
Returns the value of attribute monitoring_configuration_update.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def monitoring_configuration_update @monitoring_configuration_update end |