Struct aws_sdk_workmail::input::ListResourceDelegatesInput [−][src]
#[non_exhaustive]pub struct ListResourceDelegatesInput {
pub organization_id: Option<String>,
pub resource_id: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}
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.organization_id: Option<String>
The identifier for the organization that contains the resource for which delegates are listed.
resource_id: Option<String>
The identifier for the resource whose delegates are listed.
next_token: Option<String>
The token used to paginate through the delegates associated with a resource.
max_results: Option<i32>
The number of maximum results in a page.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResourceDelegates, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResourceDelegates, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListResourceDelegates
>
Creates a new builder-style object to manufacture ListResourceDelegatesInput
The identifier for the organization that contains the resource for which delegates are listed.
The identifier for the resource whose delegates are listed.
The token used to paginate through the delegates associated with a resource.
The number of maximum results in a page.
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 ListResourceDelegatesInput
impl Send for ListResourceDelegatesInput
impl Sync for ListResourceDelegatesInput
impl Unpin for ListResourceDelegatesInput
impl UnwindSafe for ListResourceDelegatesInput
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