Class ConfigureResponse
- java.lang.Object
-
- com.pulumi.provider.internal.models.ConfigureResponse
-
public class ConfigureResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigureResponse(boolean acceptSecrets, boolean supportsPreview, boolean acceptResources, boolean acceptOutputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAcceptOutputs()booleanisAcceptResources()booleanisAcceptSecrets()booleanisSupportsPreview()
-