Struct aws_sdk_amp::input::CreateRuleGroupsNamespaceInput
source · [−]#[non_exhaustive]pub struct CreateRuleGroupsNamespaceInput { /* private fields */ }Expand description
Represents the input of a CreateRuleGroupsNamespace operation.
Implementations
sourceimpl CreateRuleGroupsNamespaceInput
impl CreateRuleGroupsNamespaceInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateRuleGroupsNamespace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateRuleGroupsNamespace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateRuleGroupsNamespace>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateRuleGroupsNamespaceInput.
sourceimpl CreateRuleGroupsNamespaceInput
impl CreateRuleGroupsNamespaceInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace in which to create the rule group namespace.
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.
Optional, user-provided tags for this rule groups namespace.
Trait Implementations
sourceimpl Clone for CreateRuleGroupsNamespaceInput
impl Clone for CreateRuleGroupsNamespaceInput
sourcefn clone(&self) -> CreateRuleGroupsNamespaceInput
fn clone(&self) -> CreateRuleGroupsNamespaceInput
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 PartialEq<CreateRuleGroupsNamespaceInput> for CreateRuleGroupsNamespaceInput
impl PartialEq<CreateRuleGroupsNamespaceInput> for CreateRuleGroupsNamespaceInput
sourcefn eq(&self, other: &CreateRuleGroupsNamespaceInput) -> bool
fn eq(&self, other: &CreateRuleGroupsNamespaceInput) -> bool
impl StructuralPartialEq for CreateRuleGroupsNamespaceInput
Auto Trait Implementations
impl RefUnwindSafe for CreateRuleGroupsNamespaceInput
impl Send for CreateRuleGroupsNamespaceInput
impl Sync for CreateRuleGroupsNamespaceInput
impl Unpin for CreateRuleGroupsNamespaceInput
impl UnwindSafe for CreateRuleGroupsNamespaceInput
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