#[non_exhaustive]pub struct CreateComputeEnvironmentOutput { /* private fields */ }
Implementations§
source§impl CreateComputeEnvironmentOutput
impl CreateComputeEnvironmentOutput
sourcepub fn compute_environment_name(&self) -> Option<&str>
pub fn compute_environment_name(&self) -> Option<&str>
The name of the compute environment. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
sourcepub fn compute_environment_arn(&self) -> Option<&str>
pub fn compute_environment_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the compute environment.
source§impl CreateComputeEnvironmentOutput
impl CreateComputeEnvironmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateComputeEnvironmentOutput
.
Trait Implementations§
source§impl Clone for CreateComputeEnvironmentOutput
impl Clone for CreateComputeEnvironmentOutput
source§fn clone(&self) -> CreateComputeEnvironmentOutput
fn clone(&self) -> CreateComputeEnvironmentOutput
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 more