Struct aws_sdk_memorydb::input::CreateAclInput
source · #[non_exhaustive]pub struct CreateAclInput { /* private fields */ }
Implementations§
source§impl CreateAclInput
impl CreateAclInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateACL, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateACL, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateACL
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAclInput
.
source§impl CreateAclInput
impl CreateAclInput
sourcepub fn user_names(&self) -> Option<&[String]>
pub fn user_names(&self) -> Option<&[String]>
The list of users that belong to the Access Control List.
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
Trait Implementations§
source§impl Clone for CreateAclInput
impl Clone for CreateAclInput
source§fn clone(&self) -> CreateAclInput
fn clone(&self) -> CreateAclInput
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 CreateAclInput
impl Debug for CreateAclInput
source§impl PartialEq<CreateAclInput> for CreateAclInput
impl PartialEq<CreateAclInput> for CreateAclInput
source§fn eq(&self, other: &CreateAclInput) -> bool
fn eq(&self, other: &CreateAclInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.