#[non_exhaustive]pub struct DeleteClusterPolicyInput { /* private fields */ }Implementations§
source§impl DeleteClusterPolicyInput
impl DeleteClusterPolicyInput
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the cluster.
source§impl DeleteClusterPolicyInput
impl DeleteClusterPolicyInput
sourcepub fn builder() -> DeleteClusterPolicyInputBuilder
pub fn builder() -> DeleteClusterPolicyInputBuilder
Creates a new builder-style object to manufacture DeleteClusterPolicyInput.
source§impl DeleteClusterPolicyInput
impl DeleteClusterPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClusterPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteClusterPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteClusterPolicy>
Trait Implementations§
source§impl Clone for DeleteClusterPolicyInput
impl Clone for DeleteClusterPolicyInput
source§fn clone(&self) -> DeleteClusterPolicyInput
fn clone(&self) -> DeleteClusterPolicyInput
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 DeleteClusterPolicyInput
impl Debug for DeleteClusterPolicyInput
source§impl PartialEq<DeleteClusterPolicyInput> for DeleteClusterPolicyInput
impl PartialEq<DeleteClusterPolicyInput> for DeleteClusterPolicyInput
source§fn eq(&self, other: &DeleteClusterPolicyInput) -> bool
fn eq(&self, other: &DeleteClusterPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteClusterPolicyInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteClusterPolicyInput
impl Send for DeleteClusterPolicyInput
impl Sync for DeleteClusterPolicyInput
impl Unpin for DeleteClusterPolicyInput
impl UnwindSafe for DeleteClusterPolicyInput
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