Class: Aws::Types::ZeppelinApplicationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ZeppelinApplicationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_configuration ⇒ Types::CatalogConfiguration
Returns the value of attribute catalog_configuration.
-
#custom_artifacts_configuration ⇒ ::Array[Types::CustomArtifactConfiguration]
Returns the value of attribute custom_artifacts_configuration.
-
#deploy_as_application_configuration ⇒ Types::DeployAsApplicationConfiguration
Returns the value of attribute deploy_as_application_configuration.
-
#monitoring_configuration ⇒ Types::ZeppelinMonitoringConfiguration
Returns the value of attribute monitoring_configuration.
Instance Attribute Details
#catalog_configuration ⇒ Types::CatalogConfiguration
Returns the value of attribute catalog_configuration.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def catalog_configuration @catalog_configuration end |
#custom_artifacts_configuration ⇒ ::Array[Types::CustomArtifactConfiguration]
Returns the value of attribute custom_artifacts_configuration.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def custom_artifacts_configuration @custom_artifacts_configuration end |
#deploy_as_application_configuration ⇒ Types::DeployAsApplicationConfiguration
Returns the value of attribute deploy_as_application_configuration.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def deploy_as_application_configuration @deploy_as_application_configuration end |
#monitoring_configuration ⇒ Types::ZeppelinMonitoringConfiguration
Returns the value of attribute monitoring_configuration.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def monitoring_configuration @monitoring_configuration end |