Struct aws_sdk_ssoadmin::operation::list_permission_set_provisioning_status::ListPermissionSetProvisioningStatusInput
source · #[non_exhaustive]pub struct ListPermissionSetProvisioningStatusInput {
pub instance_arn: Option<String>,
pub max_results: Option<i32>,
pub next_token: Option<String>,
pub filter: Option<OperationStatusFilter>,
}
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.instance_arn: Option<String>
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
max_results: Option<i32>
The maximum number of results to display for the assignment.
next_token: Option<String>
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
filter: Option<OperationStatusFilter>
Filters results based on the passed attribute value.
Implementations§
source§impl ListPermissionSetProvisioningStatusInput
impl ListPermissionSetProvisioningStatusInput
sourcepub fn instance_arn(&self) -> Option<&str>
pub fn instance_arn(&self) -> Option<&str>
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to display for the assignment.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
sourcepub fn filter(&self) -> Option<&OperationStatusFilter>
pub fn filter(&self) -> Option<&OperationStatusFilter>
Filters results based on the passed attribute value.
source§impl ListPermissionSetProvisioningStatusInput
impl ListPermissionSetProvisioningStatusInput
sourcepub fn builder() -> ListPermissionSetProvisioningStatusInputBuilder
pub fn builder() -> ListPermissionSetProvisioningStatusInputBuilder
Creates a new builder-style object to manufacture ListPermissionSetProvisioningStatusInput
.
Trait Implementations§
source§impl Clone for ListPermissionSetProvisioningStatusInput
impl Clone for ListPermissionSetProvisioningStatusInput
source§fn clone(&self) -> ListPermissionSetProvisioningStatusInput
fn clone(&self) -> ListPermissionSetProvisioningStatusInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for ListPermissionSetProvisioningStatusInput
impl PartialEq for ListPermissionSetProvisioningStatusInput
source§fn eq(&self, other: &ListPermissionSetProvisioningStatusInput) -> bool
fn eq(&self, other: &ListPermissionSetProvisioningStatusInput) -> bool
self
and other
values to be equal, and is used
by ==
.