pub struct Ec2ConfigurationObject {
pub image_id_override: Option<Value<String>>,
pub image_type: Value<String>,
}Expand description
The AWS::Batch::ComputeEnvironment.Ec2ConfigurationObject property type.
Fields§
§image_id_override: Option<Value<String>>Property ImageIdOverride.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
image_type: Value<String>Property ImageType.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Source§impl Debug for Ec2ConfigurationObject
impl Debug for Ec2ConfigurationObject
Source§impl Default for Ec2ConfigurationObject
impl Default for Ec2ConfigurationObject
Source§fn default() -> Ec2ConfigurationObject
fn default() -> Ec2ConfigurationObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Ec2ConfigurationObject
impl RefUnwindSafe for Ec2ConfigurationObject
impl Send for Ec2ConfigurationObject
impl Sync for Ec2ConfigurationObject
impl Unpin for Ec2ConfigurationObject
impl UnwindSafe for Ec2ConfigurationObject
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