Struct aws_sdk_elasticache::input::DescribeUserGroupsInput
source · [−]#[non_exhaustive]pub struct DescribeUserGroupsInput { /* private fields */ }Implementations
sourceimpl DescribeUserGroupsInput
impl DescribeUserGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUserGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUserGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeUserGroups>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeUserGroupsInput.
sourceimpl DescribeUserGroupsInput
impl DescribeUserGroupsInput
sourcepub fn user_group_id(&self) -> Option<&str>
pub fn user_group_id(&self) -> Option<&str>
The ID of the user group.
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
Trait Implementations
sourceimpl Clone for DescribeUserGroupsInput
impl Clone for DescribeUserGroupsInput
sourcefn clone(&self) -> DescribeUserGroupsInput
fn clone(&self) -> DescribeUserGroupsInput
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 Debug for DescribeUserGroupsInput
impl Debug for DescribeUserGroupsInput
sourceimpl PartialEq<DescribeUserGroupsInput> for DescribeUserGroupsInput
impl PartialEq<DescribeUserGroupsInput> for DescribeUserGroupsInput
sourcefn eq(&self, other: &DescribeUserGroupsInput) -> bool
fn eq(&self, other: &DescribeUserGroupsInput) -> bool
impl StructuralPartialEq for DescribeUserGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeUserGroupsInput
impl Send for DescribeUserGroupsInput
impl Sync for DescribeUserGroupsInput
impl Unpin for DescribeUserGroupsInput
impl UnwindSafe for DescribeUserGroupsInput
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