#[non_exhaustive]pub struct GetDevEnvironmentOutput { /* private fields */ }
Implementations§
source§impl GetDevEnvironmentOutput
impl GetDevEnvironmentOutput
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 last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
sourcepub fn creator_id(&self) -> Option<&str>
pub fn creator_id(&self) -> Option<&str>
The system-generated unique ID of the user who created the Dev Environment.
sourcepub fn status(&self) -> Option<&DevEnvironmentStatus>
pub fn status(&self) -> Option<&DevEnvironmentStatus>
The current status of the Dev Environment.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for the status.
sourcepub fn repositories(&self) -> Option<&[DevEnvironmentRepositorySummary]>
pub fn repositories(&self) -> Option<&[DevEnvironmentRepositorySummary]>
The source repository that contains the branch cloned into the Dev Environment.
sourcepub fn ides(&self) -> Option<&[Ide]>
pub fn ides(&self) -> Option<&[Ide]>
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 persistent_storage(&self) -> Option<&PersistentStorage>
pub fn persistent_storage(&self) -> Option<&PersistentStorage>
Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.
source§impl GetDevEnvironmentOutput
impl GetDevEnvironmentOutput
sourcepub fn builder() -> GetDevEnvironmentOutputBuilder
pub fn builder() -> GetDevEnvironmentOutputBuilder
Creates a new builder-style object to manufacture GetDevEnvironmentOutput
.
Trait Implementations§
source§impl Clone for GetDevEnvironmentOutput
impl Clone for GetDevEnvironmentOutput
source§fn clone(&self) -> GetDevEnvironmentOutput
fn clone(&self) -> GetDevEnvironmentOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetDevEnvironmentOutput
impl Debug for GetDevEnvironmentOutput
source§impl PartialEq<GetDevEnvironmentOutput> for GetDevEnvironmentOutput
impl PartialEq<GetDevEnvironmentOutput> for GetDevEnvironmentOutput
source§fn eq(&self, other: &GetDevEnvironmentOutput) -> bool
fn eq(&self, other: &GetDevEnvironmentOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetDevEnvironmentOutput
impl RequestId for GetDevEnvironmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.