#[non_exhaustive]pub struct AwsCodeBuildProjectLogsConfigS3LogsDetails { /* private fields */ }
Expand description
Information about logs built to an S3 bucket for a build project.
Implementations§
source§impl AwsCodeBuildProjectLogsConfigS3LogsDetails
impl AwsCodeBuildProjectLogsConfigS3LogsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCodeBuildProjectLogsConfigS3LogsDetails
.
Trait Implementations§
source§impl Clone for AwsCodeBuildProjectLogsConfigS3LogsDetails
impl Clone for AwsCodeBuildProjectLogsConfigS3LogsDetails
source§fn clone(&self) -> AwsCodeBuildProjectLogsConfigS3LogsDetails
fn clone(&self) -> AwsCodeBuildProjectLogsConfigS3LogsDetails
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 PartialEq<AwsCodeBuildProjectLogsConfigS3LogsDetails> for AwsCodeBuildProjectLogsConfigS3LogsDetails
impl PartialEq<AwsCodeBuildProjectLogsConfigS3LogsDetails> for AwsCodeBuildProjectLogsConfigS3LogsDetails
source§fn eq(&self, other: &AwsCodeBuildProjectLogsConfigS3LogsDetails) -> bool
fn eq(&self, other: &AwsCodeBuildProjectLogsConfigS3LogsDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.