Struct aws_sdk_batch::model::FargatePlatformConfiguration
source · [−]#[non_exhaustive]pub struct FargatePlatformConfiguration { /* private fields */ }Expand description
The platform configuration for jobs that are running on Fargate resources. Jobs that run on EC2 resources must not specify this parameter.
Implementations
sourceimpl FargatePlatformConfiguration
impl FargatePlatformConfiguration
sourcepub fn platform_version(&self) -> Option<&str>
pub fn platform_version(&self) -> Option<&str>
The Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the LATEST platform version is used by default. This uses a recent, approved version of the Fargate platform for compute resources. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.
sourceimpl FargatePlatformConfiguration
impl FargatePlatformConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FargatePlatformConfiguration.
Trait Implementations
sourceimpl Clone for FargatePlatformConfiguration
impl Clone for FargatePlatformConfiguration
sourcefn clone(&self) -> FargatePlatformConfiguration
fn clone(&self) -> FargatePlatformConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FargatePlatformConfiguration
impl Debug for FargatePlatformConfiguration
sourceimpl PartialEq<FargatePlatformConfiguration> for FargatePlatformConfiguration
impl PartialEq<FargatePlatformConfiguration> for FargatePlatformConfiguration
sourcefn eq(&self, other: &FargatePlatformConfiguration) -> bool
fn eq(&self, other: &FargatePlatformConfiguration) -> bool
impl StructuralPartialEq for FargatePlatformConfiguration
Auto Trait Implementations
impl RefUnwindSafe for FargatePlatformConfiguration
impl Send for FargatePlatformConfiguration
impl Sync for FargatePlatformConfiguration
impl Unpin for FargatePlatformConfiguration
impl UnwindSafe for FargatePlatformConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more