Class: Aws::Types::ZeppelinApplicationConfigurationUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_configuration_updateTypes::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_updateTypes::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_updateTypes::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