Struct aws_sdk_cloud9::input::UpdateEnvironmentInput
source · [−]#[non_exhaustive]pub struct UpdateEnvironmentInput { /* private fields */ }
Implementations
sourceimpl UpdateEnvironmentInput
impl UpdateEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEnvironment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEnvironmentInput
.
sourceimpl UpdateEnvironmentInput
impl UpdateEnvironmentInput
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The ID of the environment to change settings.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Any new or replacement description for the environment.
sourcepub fn managed_credentials_action(&self) -> Option<&ManagedCredentialsAction>
pub fn managed_credentials_action(&self) -> Option<&ManagedCredentialsAction>
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
-
ENABLE
-
DISABLE
Only the environment owner can change the status of managed temporary credentials. An AccessDeniedException
is thrown if an attempt to turn on or turn off managed temporary credentials is made by an account that's not the environment owner.
Trait Implementations
sourceimpl Clone for UpdateEnvironmentInput
impl Clone for UpdateEnvironmentInput
sourcefn clone(&self) -> UpdateEnvironmentInput
fn clone(&self) -> UpdateEnvironmentInput
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 Debug for UpdateEnvironmentInput
impl Debug for UpdateEnvironmentInput
sourceimpl PartialEq<UpdateEnvironmentInput> for UpdateEnvironmentInput
impl PartialEq<UpdateEnvironmentInput> for UpdateEnvironmentInput
sourcefn eq(&self, other: &UpdateEnvironmentInput) -> bool
fn eq(&self, other: &UpdateEnvironmentInput) -> bool
impl StructuralPartialEq for UpdateEnvironmentInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateEnvironmentInput
impl Send for UpdateEnvironmentInput
impl Sync for UpdateEnvironmentInput
impl Unpin for UpdateEnvironmentInput
impl UnwindSafe for UpdateEnvironmentInput
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