pub struct NetworkConfiguration {
pub assign_public_ip: Option<Value<String>>,
}Expand description
The AWS::Batch::JobDefinition.NetworkConfiguration property type.
Fields§
§assign_public_ip: Option<Value<String>>Property AssignPublicIp.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for NetworkConfiguration
impl Debug for NetworkConfiguration
Source§impl Default for NetworkConfiguration
impl Default for NetworkConfiguration
Source§fn default() -> NetworkConfiguration
fn default() -> NetworkConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkConfiguration
impl RefUnwindSafe for NetworkConfiguration
impl Send for NetworkConfiguration
impl Sync for NetworkConfiguration
impl Unpin for NetworkConfiguration
impl UnwindSafe for NetworkConfiguration
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