Struct aws_sdk_codebuild::output::DeleteBuildBatchOutput
source · [−]#[non_exhaustive]pub struct DeleteBuildBatchOutput {
pub status_code: Option<String>,
pub builds_deleted: Option<Vec<String>>,
pub builds_not_deleted: Option<Vec<BuildNotDeleted>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.status_code: Option<String>
The status code.
builds_deleted: Option<Vec<String>>
An array of strings that contain the identifiers of the builds that were deleted.
builds_not_deleted: Option<Vec<BuildNotDeleted>>
An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
Implementations
The status code.
An array of strings that contain the identifiers of the builds that were deleted.
An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
Creates a new builder-style object to manufacture DeleteBuildBatchOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DeleteBuildBatchOutput
impl Send for DeleteBuildBatchOutput
impl Sync for DeleteBuildBatchOutput
impl Unpin for DeleteBuildBatchOutput
impl UnwindSafe for DeleteBuildBatchOutput
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