#[non_exhaustive]pub struct DescribeAccountAssignmentDeletionStatusInput { /* private fields */ }
Implementations§
source§impl DescribeAccountAssignmentDeletionStatusInput
impl DescribeAccountAssignmentDeletionStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountAssignmentDeletionStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountAssignmentDeletionStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAccountAssignmentDeletionStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAccountAssignmentDeletionStatusInput
.
source§impl DescribeAccountAssignmentDeletionStatusInput
impl DescribeAccountAssignmentDeletionStatusInput
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 AWS Service Namespaces in the AWS General Reference.
sourcepub fn account_assignment_deletion_request_id(&self) -> Option<&str>
pub fn account_assignment_deletion_request_id(&self) -> Option<&str>
The identifier that is used to track the request operation progress.
Trait Implementations§
source§impl Clone for DescribeAccountAssignmentDeletionStatusInput
impl Clone for DescribeAccountAssignmentDeletionStatusInput
source§fn clone(&self) -> DescribeAccountAssignmentDeletionStatusInput
fn clone(&self) -> DescribeAccountAssignmentDeletionStatusInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeAccountAssignmentDeletionStatusInput> for DescribeAccountAssignmentDeletionStatusInput
impl PartialEq<DescribeAccountAssignmentDeletionStatusInput> for DescribeAccountAssignmentDeletionStatusInput
source§fn eq(&self, other: &DescribeAccountAssignmentDeletionStatusInput) -> bool
fn eq(&self, other: &DescribeAccountAssignmentDeletionStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.