pub struct KernelGatewayAppSettings {
pub custom_images: Option<ValueList<CustomImage>>,
pub default_resource_spec: Option<Value<ResourceSpec>>,
}
Expand description
The AWS::SageMaker::UserProfile.KernelGatewayAppSettings
property type.
Fields§
§custom_images: Option<ValueList<CustomImage>>
Property CustomImages
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
default_resource_spec: Option<Value<ResourceSpec>>
Property DefaultResourceSpec
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for KernelGatewayAppSettings
impl Debug for KernelGatewayAppSettings
Source§impl Default for KernelGatewayAppSettings
impl Default for KernelGatewayAppSettings
Source§fn default() -> KernelGatewayAppSettings
fn default() -> KernelGatewayAppSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KernelGatewayAppSettings
impl RefUnwindSafe for KernelGatewayAppSettings
impl Send for KernelGatewayAppSettings
impl Sync for KernelGatewayAppSettings
impl Unpin for KernelGatewayAppSettings
impl UnwindSafe for KernelGatewayAppSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more