#[non_exhaustive]pub struct UpdateDevEnvironmentOutput { /* private fields */ }
Implementations§
source§impl UpdateDevEnvironmentOutput
impl UpdateDevEnvironmentOutput
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space.
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project in the space.
sourcepub fn ides(&self) -> Option<&[IdeConfiguration]>
pub fn ides(&self) -> Option<&[IdeConfiguration]>
Information about the integrated development environment (IDE) configured for the Dev Environment.
sourcepub fn instance_type(&self) -> Option<&InstanceType>
pub fn instance_type(&self) -> Option<&InstanceType>
The Amazon EC2 instace type to use for the Dev Environment.
sourcepub fn inactivity_timeout_minutes(&self) -> i32
pub fn inactivity_timeout_minutes(&self) -> i32
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
source§impl UpdateDevEnvironmentOutput
impl UpdateDevEnvironmentOutput
sourcepub fn builder() -> UpdateDevEnvironmentOutputBuilder
pub fn builder() -> UpdateDevEnvironmentOutputBuilder
Creates a new builder-style object to manufacture UpdateDevEnvironmentOutput
.
Trait Implementations§
source§impl Clone for UpdateDevEnvironmentOutput
impl Clone for UpdateDevEnvironmentOutput
source§fn clone(&self) -> UpdateDevEnvironmentOutput
fn clone(&self) -> UpdateDevEnvironmentOutput
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 UpdateDevEnvironmentOutput
impl Debug for UpdateDevEnvironmentOutput
source§impl PartialEq<UpdateDevEnvironmentOutput> for UpdateDevEnvironmentOutput
impl PartialEq<UpdateDevEnvironmentOutput> for UpdateDevEnvironmentOutput
source§fn eq(&self, other: &UpdateDevEnvironmentOutput) -> bool
fn eq(&self, other: &UpdateDevEnvironmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateDevEnvironmentOutput
impl RequestId for UpdateDevEnvironmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.