Struct aws_sdk_ssoadmin::input::CreatePermissionSetInput [−][src]
#[non_exhaustive]pub struct CreatePermissionSetInput {
pub name: Option<String>,
pub description: Option<String>,
pub instance_arn: Option<String>,
pub session_duration: Option<String>,
pub relay_state: Option<String>,
pub tags: Option<Vec<Tag>>,
}
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.name: Option<String>
The name of the PermissionSet.
description: Option<String>
The description of the PermissionSet.
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.
session_duration: Option<String>
The length of time that the application user sessions are valid in the ISO-8601 standard.
relay_state: Option<String>
Used to redirect users within the application during the federation authentication process.
The tags to attach to the new PermissionSet.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePermissionSet, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePermissionSet, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreatePermissionSet
>
Creates a new builder-style object to manufacture CreatePermissionSetInput
The name of the PermissionSet.
The description of the PermissionSet.
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 length of time that the application user sessions are valid in the ISO-8601 standard.
Used to redirect users within the application during the federation authentication process.
The tags to attach to the new PermissionSet.
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 CreatePermissionSetInput
impl Send for CreatePermissionSetInput
impl Sync for CreatePermissionSetInput
impl Unpin for CreatePermissionSetInput
impl UnwindSafe for CreatePermissionSetInput
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