Struct aws_sdk_eks::types::ControlPlanePlacementResponse
source · #[non_exhaustive]pub struct ControlPlanePlacementResponse { /* private fields */ }Expand description
The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
Implementations§
source§impl ControlPlanePlacementResponse
impl ControlPlanePlacementResponse
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the placement group for the Kubernetes control plane instances.
source§impl ControlPlanePlacementResponse
impl ControlPlanePlacementResponse
sourcepub fn builder() -> ControlPlanePlacementResponseBuilder
pub fn builder() -> ControlPlanePlacementResponseBuilder
Creates a new builder-style object to manufacture ControlPlanePlacementResponse.
Trait Implementations§
source§impl Clone for ControlPlanePlacementResponse
impl Clone for ControlPlanePlacementResponse
source§fn clone(&self) -> ControlPlanePlacementResponse
fn clone(&self) -> ControlPlanePlacementResponse
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 PartialEq<ControlPlanePlacementResponse> for ControlPlanePlacementResponse
impl PartialEq<ControlPlanePlacementResponse> for ControlPlanePlacementResponse
source§fn eq(&self, other: &ControlPlanePlacementResponse) -> bool
fn eq(&self, other: &ControlPlanePlacementResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.