Struct aws_sdk_eks::types::FargateProfileSelector
source · #[non_exhaustive]pub struct FargateProfileSelector { /* private fields */ }Expand description
An object representing an Fargate profile selector.
Implementations§
source§impl FargateProfileSelector
impl FargateProfileSelector
source§impl FargateProfileSelector
impl FargateProfileSelector
sourcepub fn builder() -> FargateProfileSelectorBuilder
pub fn builder() -> FargateProfileSelectorBuilder
Creates a new builder-style object to manufacture FargateProfileSelector.
Trait Implementations§
source§impl Clone for FargateProfileSelector
impl Clone for FargateProfileSelector
source§fn clone(&self) -> FargateProfileSelector
fn clone(&self) -> FargateProfileSelector
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FargateProfileSelector
impl Debug for FargateProfileSelector
source§impl PartialEq<FargateProfileSelector> for FargateProfileSelector
impl PartialEq<FargateProfileSelector> for FargateProfileSelector
source§fn eq(&self, other: &FargateProfileSelector) -> bool
fn eq(&self, other: &FargateProfileSelector) -> bool
This method tests for
self and other values to be equal, and is used
by ==.