Struct aws_sdk_ssoadmin::operation::describe_permission_set_provisioning_status::DescribePermissionSetProvisioningStatusInput
source · #[non_exhaustive]pub struct DescribePermissionSetProvisioningStatusInput {
pub instance_arn: Option<String>,
pub provision_permission_set_request_id: 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.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.
provision_permission_set_request_id: Option<String>
The identifier that is provided by the ProvisionPermissionSet
call to retrieve the current status of the provisioning workflow.
Implementations§
source§impl DescribePermissionSetProvisioningStatusInput
impl DescribePermissionSetProvisioningStatusInput
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 provision_permission_set_request_id(&self) -> Option<&str>
pub fn provision_permission_set_request_id(&self) -> Option<&str>
The identifier that is provided by the ProvisionPermissionSet
call to retrieve the current status of the provisioning workflow.
source§impl DescribePermissionSetProvisioningStatusInput
impl DescribePermissionSetProvisioningStatusInput
sourcepub fn builder() -> DescribePermissionSetProvisioningStatusInputBuilder
pub fn builder() -> DescribePermissionSetProvisioningStatusInputBuilder
Creates a new builder-style object to manufacture DescribePermissionSetProvisioningStatusInput
.
Trait Implementations§
source§impl Clone for DescribePermissionSetProvisioningStatusInput
impl Clone for DescribePermissionSetProvisioningStatusInput
source§fn clone(&self) -> DescribePermissionSetProvisioningStatusInput
fn clone(&self) -> DescribePermissionSetProvisioningStatusInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribePermissionSetProvisioningStatusInput
impl PartialEq for DescribePermissionSetProvisioningStatusInput
source§fn eq(&self, other: &DescribePermissionSetProvisioningStatusInput) -> bool
fn eq(&self, other: &DescribePermissionSetProvisioningStatusInput) -> bool
self
and other
values to be equal, and is used
by ==
.