Struct aws_sdk_ssoadmin::operation::attach_managed_policy_to_permission_set::AttachManagedPolicyToPermissionSetInput
source · #[non_exhaustive]pub struct AttachManagedPolicyToPermissionSetInput {
pub instance_arn: Option<String>,
pub permission_set_arn: Option<String>,
pub managed_policy_arn: 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.
permission_set_arn: Option<String>
The ARN of the PermissionSet
that the managed policy should be attached to.
managed_policy_arn: Option<String>
The Amazon Web Services managed policy ARN to be attached to a permission set.
Implementations§
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 Amazon Web Services Service Namespaces in the Amazon Web Services 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 Amazon Web Services managed policy ARN to be attached to a permission set.
source§impl AttachManagedPolicyToPermissionSetInput
impl AttachManagedPolicyToPermissionSetInput
sourcepub fn builder() -> AttachManagedPolicyToPermissionSetInputBuilder
pub fn builder() -> AttachManagedPolicyToPermissionSetInputBuilder
Creates a new builder-style object to manufacture AttachManagedPolicyToPermissionSetInput
.
Trait Implementations§
source§impl Clone for AttachManagedPolicyToPermissionSetInput
impl Clone for AttachManagedPolicyToPermissionSetInput
source§fn clone(&self) -> AttachManagedPolicyToPermissionSetInput
fn clone(&self) -> AttachManagedPolicyToPermissionSetInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for AttachManagedPolicyToPermissionSetInput
impl PartialEq for AttachManagedPolicyToPermissionSetInput
source§fn eq(&self, other: &AttachManagedPolicyToPermissionSetInput) -> bool
fn eq(&self, other: &AttachManagedPolicyToPermissionSetInput) -> bool
self
and other
values to be equal, and is used
by ==
.