Struct aws_sdk_amp::input::DeleteRuleGroupsNamespaceInput
source · #[non_exhaustive]pub struct DeleteRuleGroupsNamespaceInput { /* private fields */ }
Expand description
Represents the input of a DeleteRuleGroupsNamespace operation.
Implementations§
source§impl DeleteRuleGroupsNamespaceInput
impl DeleteRuleGroupsNamespaceInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteRuleGroupsNamespace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteRuleGroupsNamespace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRuleGroupsNamespace
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRuleGroupsNamespaceInput
.
source§impl DeleteRuleGroupsNamespaceInput
impl DeleteRuleGroupsNamespaceInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace to delete rule group definition.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
Trait Implementations§
source§impl Clone for DeleteRuleGroupsNamespaceInput
impl Clone for DeleteRuleGroupsNamespaceInput
source§fn clone(&self) -> DeleteRuleGroupsNamespaceInput
fn clone(&self) -> DeleteRuleGroupsNamespaceInput
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<DeleteRuleGroupsNamespaceInput> for DeleteRuleGroupsNamespaceInput
impl PartialEq<DeleteRuleGroupsNamespaceInput> for DeleteRuleGroupsNamespaceInput
source§fn eq(&self, other: &DeleteRuleGroupsNamespaceInput) -> bool
fn eq(&self, other: &DeleteRuleGroupsNamespaceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.