Struct aws_sdk_nimble::input::UpdateStudioInput
source · #[non_exhaustive]pub struct UpdateStudioInput { /* private fields */ }
Implementations§
source§impl UpdateStudioInput
impl UpdateStudioInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateStudio, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateStudio, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateStudio
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStudioInput
.
source§impl UpdateStudioInput
impl UpdateStudioInput
sourcepub fn admin_role_arn(&self) -> Option<&str>
pub fn admin_role_arn(&self) -> Option<&str>
The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
A friendly name for the studio.
sourcepub fn user_role_arn(&self) -> Option<&str>
pub fn user_role_arn(&self) -> Option<&str>
The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
Trait Implementations§
source§impl Clone for UpdateStudioInput
impl Clone for UpdateStudioInput
source§fn clone(&self) -> UpdateStudioInput
fn clone(&self) -> UpdateStudioInput
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 UpdateStudioInput
impl Debug for UpdateStudioInput
source§impl PartialEq<UpdateStudioInput> for UpdateStudioInput
impl PartialEq<UpdateStudioInput> for UpdateStudioInput
source§fn eq(&self, other: &UpdateStudioInput) -> bool
fn eq(&self, other: &UpdateStudioInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.