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