#[non_exhaustive]pub struct CreateAppImageConfigInput { /* private fields */ }
Implementations§
source§impl CreateAppImageConfigInput
impl CreateAppImageConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAppImageConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAppImageConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAppImageConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAppImageConfigInput
.
source§impl CreateAppImageConfigInput
impl CreateAppImageConfigInput
sourcepub fn app_image_config_name(&self) -> Option<&str>
pub fn app_image_config_name(&self) -> Option<&str>
The name of the AppImageConfig. Must be unique to your account.
A list of tags to apply to the AppImageConfig.
sourcepub fn kernel_gateway_image_config(&self) -> Option<&KernelGatewayImageConfig>
pub fn kernel_gateway_image_config(&self) -> Option<&KernelGatewayImageConfig>
The KernelGatewayImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel will be shown to users before the image starts. Once the image runs, all kernels are visible in JupyterLab.
Trait Implementations§
source§impl Clone for CreateAppImageConfigInput
impl Clone for CreateAppImageConfigInput
source§fn clone(&self) -> CreateAppImageConfigInput
fn clone(&self) -> CreateAppImageConfigInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateAppImageConfigInput
impl Debug for CreateAppImageConfigInput
source§impl PartialEq<CreateAppImageConfigInput> for CreateAppImageConfigInput
impl PartialEq<CreateAppImageConfigInput> for CreateAppImageConfigInput
source§fn eq(&self, other: &CreateAppImageConfigInput) -> bool
fn eq(&self, other: &CreateAppImageConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.