#[non_exhaustive]pub struct AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails { /* private fields */ }
Expand description
Information about CloudWatch Logs for the build project.
Implementations§
source§impl AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
impl AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The group name of the logs in CloudWatch Logs.
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
The current status of the logs in CloudWatch Logs for a build project.
sourcepub fn stream_name(&self) -> Option<&str>
pub fn stream_name(&self) -> Option<&str>
The prefix of the stream name of the CloudWatch Logs.
source§impl AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
impl AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
.
Trait Implementations§
source§impl Clone for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
impl Clone for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
source§fn clone(&self) -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
fn clone(&self) -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
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 more