Struct aws_sdk_ssoadmin::input::CreatePermissionSetInput
source · #[non_exhaustive]pub struct CreatePermissionSetInput { /* private fields */ }
Implementations§
source§impl CreatePermissionSetInput
impl CreatePermissionSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePermissionSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreatePermissionSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreatePermissionSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreatePermissionSetInput
.
source§impl CreatePermissionSetInput
impl CreatePermissionSetInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the PermissionSet
.
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. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
sourcepub fn session_duration(&self) -> Option<&str>
pub fn session_duration(&self) -> Option<&str>
The length of time that the application user sessions are valid in the ISO-8601 standard.
sourcepub fn relay_state(&self) -> Option<&str>
pub fn relay_state(&self) -> Option<&str>
Used to redirect users within the application during the federation authentication process.
The tags to attach to the new PermissionSet
.
Trait Implementations§
source§impl Clone for CreatePermissionSetInput
impl Clone for CreatePermissionSetInput
source§fn clone(&self) -> CreatePermissionSetInput
fn clone(&self) -> CreatePermissionSetInput
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 Debug for CreatePermissionSetInput
impl Debug for CreatePermissionSetInput
source§impl PartialEq<CreatePermissionSetInput> for CreatePermissionSetInput
impl PartialEq<CreatePermissionSetInput> for CreatePermissionSetInput
source§fn eq(&self, other: &CreatePermissionSetInput) -> bool
fn eq(&self, other: &CreatePermissionSetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.