#[non_exhaustive]pub struct AttachCustomerManagedPolicyReferenceToPermissionSetInput { /* private fields */ }
Implementations§
source§impl AttachCustomerManagedPolicyReferenceToPermissionSetInput
impl AttachCustomerManagedPolicyReferenceToPermissionSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachCustomerManagedPolicyReferenceToPermissionSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachCustomerManagedPolicyReferenceToPermissionSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AttachCustomerManagedPolicyReferenceToPermissionSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachCustomerManagedPolicyReferenceToPermissionSetInput
.
source§impl AttachCustomerManagedPolicyReferenceToPermissionSetInput
impl AttachCustomerManagedPolicyReferenceToPermissionSetInput
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 AttachCustomerManagedPolicyReferenceToPermissionSetInput
impl Clone for AttachCustomerManagedPolicyReferenceToPermissionSetInput
source§fn clone(&self) -> AttachCustomerManagedPolicyReferenceToPermissionSetInput
fn clone(&self) -> AttachCustomerManagedPolicyReferenceToPermissionSetInput
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<AttachCustomerManagedPolicyReferenceToPermissionSetInput> for AttachCustomerManagedPolicyReferenceToPermissionSetInput
impl PartialEq<AttachCustomerManagedPolicyReferenceToPermissionSetInput> for AttachCustomerManagedPolicyReferenceToPermissionSetInput
source§fn eq(
&self,
other: &AttachCustomerManagedPolicyReferenceToPermissionSetInput
) -> bool
fn eq(
&self,
other: &AttachCustomerManagedPolicyReferenceToPermissionSetInput
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.