#[non_exhaustive]pub struct AttachManagedPolicyToPermissionSetInput { /* private fields */ }
Implementations§
source§impl AttachManagedPolicyToPermissionSetInput
impl AttachManagedPolicyToPermissionSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachManagedPolicyToPermissionSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AttachManagedPolicyToPermissionSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AttachManagedPolicyToPermissionSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachManagedPolicyToPermissionSetInput
.
source§impl AttachManagedPolicyToPermissionSetInput
impl AttachManagedPolicyToPermissionSetInput
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 permission_set_arn(&self) -> Option<&str>
pub fn permission_set_arn(&self) -> Option<&str>
The ARN of the PermissionSet
that the managed policy should be attached to.
sourcepub fn managed_policy_arn(&self) -> Option<&str>
pub fn managed_policy_arn(&self) -> Option<&str>
The AWS managed policy ARN to be attached to a permission set.
Trait Implementations§
source§impl Clone for AttachManagedPolicyToPermissionSetInput
impl Clone for AttachManagedPolicyToPermissionSetInput
source§fn clone(&self) -> AttachManagedPolicyToPermissionSetInput
fn clone(&self) -> AttachManagedPolicyToPermissionSetInput
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<AttachManagedPolicyToPermissionSetInput> for AttachManagedPolicyToPermissionSetInput
impl PartialEq<AttachManagedPolicyToPermissionSetInput> for AttachManagedPolicyToPermissionSetInput
source§fn eq(&self, other: &AttachManagedPolicyToPermissionSetInput) -> bool
fn eq(&self, other: &AttachManagedPolicyToPermissionSetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.