Struct aws_sdk_cloud9::model::environment_lifecycle::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EnvironmentLifecycle
Implementations
The current creation or deletion lifecycle state of the environment.
-
CREATING
: The environment is in the process of being created. -
CREATED
: The environment was successfully created. -
CREATE_FAILED
: The environment failed to be created. -
DELETING
: The environment is in the process of being deleted. -
DELETE_FAILED
: The environment failed to delete.
The current creation or deletion lifecycle state of the environment.
-
CREATING
: The environment is in the process of being created. -
CREATED
: The environment was successfully created. -
CREATE_FAILED
: The environment failed to be created. -
DELETING
: The environment is in the process of being deleted. -
DELETE_FAILED
: The environment failed to delete.
Any informational message about the lifecycle state of the environment.
Any informational message about the lifecycle state of the environment.
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.
Consumes the builder and constructs a EnvironmentLifecycle
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more