#[non_exhaustive]pub struct DetachCustomerManagedPolicyReferenceFromPermissionSetInput { /* private fields */ }
Implementations§
source§impl DetachCustomerManagedPolicyReferenceFromPermissionSetInput
impl DetachCustomerManagedPolicyReferenceFromPermissionSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetachCustomerManagedPolicyReferenceFromPermissionSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetachCustomerManagedPolicyReferenceFromPermissionSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetachCustomerManagedPolicyReferenceFromPermissionSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetachCustomerManagedPolicyReferenceFromPermissionSetInput
.
source§impl DetachCustomerManagedPolicyReferenceFromPermissionSetInput
impl DetachCustomerManagedPolicyReferenceFromPermissionSetInput
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.
sourcepub fn permission_set_arn(&self) -> Option<&str>
pub fn permission_set_arn(&self) -> Option<&str>
The ARN of the PermissionSet
.
sourcepub fn customer_managed_policy_reference(
&self
) -> Option<&CustomerManagedPolicyReference>
pub fn customer_managed_policy_reference(
&self
) -> Option<&CustomerManagedPolicyReference>
Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.
Trait Implementations§
source§impl Clone for DetachCustomerManagedPolicyReferenceFromPermissionSetInput
impl Clone for DetachCustomerManagedPolicyReferenceFromPermissionSetInput
source§fn clone(&self) -> DetachCustomerManagedPolicyReferenceFromPermissionSetInput
fn clone(&self) -> DetachCustomerManagedPolicyReferenceFromPermissionSetInput
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<DetachCustomerManagedPolicyReferenceFromPermissionSetInput> for DetachCustomerManagedPolicyReferenceFromPermissionSetInput
impl PartialEq<DetachCustomerManagedPolicyReferenceFromPermissionSetInput> for DetachCustomerManagedPolicyReferenceFromPermissionSetInput
source§fn eq(
&self,
other: &DetachCustomerManagedPolicyReferenceFromPermissionSetInput
) -> bool
fn eq(
&self,
other: &DetachCustomerManagedPolicyReferenceFromPermissionSetInput
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.