Struct aws_sdk_ssoadmin::input::UpdatePermissionSetInput
source ·
[−]#[non_exhaustive]pub struct UpdatePermissionSetInput {
pub instance_arn: Option<String>,
pub permission_set_arn: Option<String>,
pub description: Option<String>,
pub session_duration: Option<String>,
pub relay_state: 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 SSO 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 permission set.
description: Option<String>
The description of the PermissionSet
.
session_duration: Option<String>
The length of time that the application user sessions are valid for in the ISO-8601 standard.
relay_state: Option<String>
Used to redirect users within the application during the federation authentication process.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePermissionSet, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePermissionSet, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdatePermissionSet
>
Creates a new builder-style object to manufacture UpdatePermissionSetInput
The ARN of the SSO 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.
The ARN of the permission set.
The description of the PermissionSet
.
The length of time that the application user sessions are valid for in the ISO-8601 standard.
Used to redirect users within the application during the federation authentication process.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdatePermissionSetInput
impl Send for UpdatePermissionSetInput
impl Sync for UpdatePermissionSetInput
impl Unpin for UpdatePermissionSetInput
impl UnwindSafe for UpdatePermissionSetInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more