Struct aws_sdk_codebuild::input::UpdateReportGroupInput
source · #[non_exhaustive]pub struct UpdateReportGroupInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateReportGroupInput
.
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.
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 ==
.