#[non_exhaustive]pub struct UpdateStudioSessionMappingInput { /* private fields */ }Implementations§
source§impl UpdateStudioSessionMappingInput
 
impl UpdateStudioSessionMappingInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateStudioSessionMapping, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateStudioSessionMapping, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateStudioSessionMapping>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStudioSessionMappingInput.
source§impl UpdateStudioSessionMappingInput
 
impl UpdateStudioSessionMappingInput
sourcepub fn identity_id(&self) -> Option<&str>
 
pub fn identity_id(&self) -> Option<&str>
sourcepub fn identity_name(&self) -> Option<&str>
 
pub fn identity_name(&self) -> Option<&str>
The name of the user or group to update. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified.
sourcepub fn identity_type(&self) -> Option<&IdentityType>
 
pub fn identity_type(&self) -> Option<&IdentityType>
Specifies whether the identity to update is a user or a group.
sourcepub fn session_policy_arn(&self) -> Option<&str>
 
pub fn session_policy_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
Trait Implementations§
source§impl Clone for UpdateStudioSessionMappingInput
 
impl Clone for UpdateStudioSessionMappingInput
source§fn clone(&self) -> UpdateStudioSessionMappingInput
 
fn clone(&self) -> UpdateStudioSessionMappingInput
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<UpdateStudioSessionMappingInput> for UpdateStudioSessionMappingInput
 
impl PartialEq<UpdateStudioSessionMappingInput> for UpdateStudioSessionMappingInput
source§fn eq(&self, other: &UpdateStudioSessionMappingInput) -> bool
 
fn eq(&self, other: &UpdateStudioSessionMappingInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.