#[non_exhaustive]pub struct UpdateReportGroupInput { /* private fields */ }
Implementations§
source§impl 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.
source§impl UpdateReportGroupInput
impl UpdateReportGroupInput
sourcepub fn builder() -> UpdateReportGroupInputBuilder
pub fn builder() -> UpdateReportGroupInputBuilder
Creates a new builder-style object to manufacture UpdateReportGroupInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for UpdateReportGroupInput
impl Clone for UpdateReportGroupInput
source§fn clone(&self) -> UpdateReportGroupInput
fn clone(&self) -> UpdateReportGroupInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateReportGroupInput
impl Debug for UpdateReportGroupInput
source§impl PartialEq<UpdateReportGroupInput> for UpdateReportGroupInput
impl PartialEq<UpdateReportGroupInput> for UpdateReportGroupInput
source§fn eq(&self, other: &UpdateReportGroupInput) -> bool
fn eq(&self, other: &UpdateReportGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more