Struct aws_sdk_codestar::input::delete_project_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteProjectInput
Implementations
The ID of the project to be deleted in AWS CodeStar.
The ID of the project to be deleted in AWS CodeStar.
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
Consumes the builder and constructs a DeleteProjectInput
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