Struct aws_sdk_codebuild::input::UpdateReportGroupInput
source · [−]#[non_exhaustive]pub struct UpdateReportGroupInput { /* private fields */ }
Implementations
sourceimpl UpdateReportGroupInput
impl UpdateReportGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateReportGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateReportGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateReportGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateReportGroupInput
.
sourceimpl UpdateReportGroupInput
impl UpdateReportGroupInput
sourcepub fn export_config(&self) -> Option<&ReportExportConfig>
pub fn export_config(&self) -> Option<&ReportExportConfig>
Used to specify an updated export type. Valid values are:
-
S3
: The report results are exported to an S3 bucket. -
NO_EXPORT
: The report results are not exported.
An updated list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
Trait Implementations
sourceimpl Clone for UpdateReportGroupInput
impl Clone for UpdateReportGroupInput
sourcefn clone(&self) -> UpdateReportGroupInput
fn clone(&self) -> UpdateReportGroupInput
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 UpdateReportGroupInput
impl Debug for UpdateReportGroupInput
sourceimpl PartialEq<UpdateReportGroupInput> for UpdateReportGroupInput
impl PartialEq<UpdateReportGroupInput> for UpdateReportGroupInput
sourcefn eq(&self, other: &UpdateReportGroupInput) -> bool
fn eq(&self, other: &UpdateReportGroupInput) -> bool
impl StructuralPartialEq for UpdateReportGroupInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateReportGroupInput
impl Send for UpdateReportGroupInput
impl Sync for UpdateReportGroupInput
impl Unpin for UpdateReportGroupInput
impl UnwindSafe for UpdateReportGroupInput
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