Struct aws_sdk_emr::input::UpdateStudioSessionMappingInput
source · [−]#[non_exhaustive]pub struct UpdateStudioSessionMappingInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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 Amazon Web Services SSO 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
sourceimpl Clone for UpdateStudioSessionMappingInput
impl Clone for UpdateStudioSessionMappingInput
sourcefn clone(&self) -> UpdateStudioSessionMappingInput
fn clone(&self) -> UpdateStudioSessionMappingInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<UpdateStudioSessionMappingInput> for UpdateStudioSessionMappingInput
impl PartialEq<UpdateStudioSessionMappingInput> for UpdateStudioSessionMappingInput
sourcefn eq(&self, other: &UpdateStudioSessionMappingInput) -> bool
fn eq(&self, other: &UpdateStudioSessionMappingInput) -> bool
impl StructuralPartialEq for UpdateStudioSessionMappingInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateStudioSessionMappingInput
impl Send for UpdateStudioSessionMappingInput
impl Sync for UpdateStudioSessionMappingInput
impl Unpin for UpdateStudioSessionMappingInput
impl UnwindSafe for UpdateStudioSessionMappingInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more