Struct aws_sdk_ssoadmin::input::update_permission_set_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdatePermissionSetInput
Implementations
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 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 ARN of the permission set.
The description of the PermissionSet
.
The description of the PermissionSet
.
The length of time that the application user sessions are valid for in the ISO-8601 standard.
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.
Used to redirect users within the application during the federation authentication process.
Consumes the builder and constructs a UpdatePermissionSetInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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