#[non_exhaustive]pub struct CreateBackendEnvironmentInput { /* private fields */ }Expand description
The request structure for the backend environment create request.
Implementations
sourceimpl CreateBackendEnvironmentInput
 
impl CreateBackendEnvironmentInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateBackendEnvironment, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateBackendEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBackendEnvironment>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackendEnvironmentInput.
sourceimpl CreateBackendEnvironmentInput
 
impl CreateBackendEnvironmentInput
sourcepub fn environment_name(&self) -> Option<&str>
 
pub fn environment_name(&self) -> Option<&str>
The name for the backend environment.
sourcepub fn stack_name(&self) -> Option<&str>
 
pub fn stack_name(&self) -> Option<&str>
The AWS CloudFormation stack name of a backend environment.
sourcepub fn deployment_artifacts(&self) -> Option<&str>
 
pub fn deployment_artifacts(&self) -> Option<&str>
The name of deployment artifacts.
Trait Implementations
sourceimpl Clone for CreateBackendEnvironmentInput
 
impl Clone for CreateBackendEnvironmentInput
sourcefn clone(&self) -> CreateBackendEnvironmentInput
 
fn clone(&self) -> CreateBackendEnvironmentInput
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 CreateBackendEnvironmentInput
 
impl Debug for CreateBackendEnvironmentInput
sourceimpl PartialEq<CreateBackendEnvironmentInput> for CreateBackendEnvironmentInput
 
impl PartialEq<CreateBackendEnvironmentInput> for CreateBackendEnvironmentInput
sourcefn eq(&self, other: &CreateBackendEnvironmentInput) -> bool
 
fn eq(&self, other: &CreateBackendEnvironmentInput) -> bool
impl StructuralPartialEq for CreateBackendEnvironmentInput
Auto Trait Implementations
impl RefUnwindSafe for CreateBackendEnvironmentInput
impl Send for CreateBackendEnvironmentInput
impl Sync for CreateBackendEnvironmentInput
impl Unpin for CreateBackendEnvironmentInput
impl UnwindSafe for CreateBackendEnvironmentInput
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