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