#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeAppImageConfigOutput
Implementations
The Amazon Resource Name (ARN) of the AppImageConfig.
The Amazon Resource Name (ARN) of the AppImageConfig.
The name of the AppImageConfig.
The name of the AppImageConfig.
When the AppImageConfig was created.
When the AppImageConfig was created.
When the AppImageConfig was last modified.
When the AppImageConfig was last modified.
The configuration of a KernelGateway app.
pub fn set_kernel_gateway_image_config(
self,
input: Option<KernelGatewayImageConfig>
) -> Self
pub fn set_kernel_gateway_image_config(
self,
input: Option<KernelGatewayImageConfig>
) -> Self
The configuration of a KernelGateway app.
Consumes the builder and constructs a DescribeAppImageConfigOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more