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