Struct aws_sdk_macie2::input::ListMembersInput
source · [−]#[non_exhaustive]pub struct ListMembersInput {
pub max_results: i32,
pub next_token: Option<String>,
pub only_associated: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.max_results: i32
The maximum number of items to include in each page of a paginated response.
next_token: Option<String>
The nextToken string that specifies which page of results to return in a paginated response.
only_associated: Option<String>
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMembers, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMembers, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListMembers
>
Creates a new builder-style object to manufacture ListMembersInput
The maximum number of items to include in each page of a paginated response.
The nextToken string that specifies which page of results to return in a paginated response.
Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListMembersInput
impl Send for ListMembersInput
impl Sync for ListMembersInput
impl Unpin for ListMembersInput
impl UnwindSafe for ListMembersInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more