Struct aws_sdk_codebuild::output::DeleteBuildBatchOutput
source · [−]#[non_exhaustive]pub struct DeleteBuildBatchOutput { /* private fields */ }
Implementations
sourceimpl DeleteBuildBatchOutput
impl DeleteBuildBatchOutput
sourcepub fn status_code(&self) -> Option<&str>
pub fn status_code(&self) -> Option<&str>
The status code.
sourcepub fn builds_deleted(&self) -> Option<&[String]>
pub fn builds_deleted(&self) -> Option<&[String]>
An array of strings that contain the identifiers of the builds that were deleted.
sourcepub fn builds_not_deleted(&self) -> Option<&[BuildNotDeleted]>
pub fn builds_not_deleted(&self) -> Option<&[BuildNotDeleted]>
An array of BuildNotDeleted
objects that specify the builds that could not be deleted.
sourceimpl DeleteBuildBatchOutput
impl DeleteBuildBatchOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBuildBatchOutput
.
Trait Implementations
sourceimpl Clone for DeleteBuildBatchOutput
impl Clone for DeleteBuildBatchOutput
sourcefn clone(&self) -> DeleteBuildBatchOutput
fn clone(&self) -> DeleteBuildBatchOutput
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 DeleteBuildBatchOutput
impl Debug for DeleteBuildBatchOutput
sourceimpl PartialEq<DeleteBuildBatchOutput> for DeleteBuildBatchOutput
impl PartialEq<DeleteBuildBatchOutput> for DeleteBuildBatchOutput
sourcefn eq(&self, other: &DeleteBuildBatchOutput) -> bool
fn eq(&self, other: &DeleteBuildBatchOutput) -> bool
impl StructuralPartialEq for DeleteBuildBatchOutput
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
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