Struct aws_sdk_securityhub::model::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails [−][src]
#[non_exhaustive]pub struct AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails {
pub group_name: Option<String>,
pub status: Option<String>,
pub stream_name: Option<String>,
}
Expand description
Information about CloudWatch Logs for the build project.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.group_name: Option<String>
The group name of the logs in CloudWatch Logs.
status: Option<String>
The current status of the logs in CloudWatch Logs for a build project.
stream_name: Option<String>
The prefix of the stream name of the CloudWatch Logs.
Implementations
The group name of the logs in CloudWatch Logs.
The current status of the logs in CloudWatch Logs for a build project.
The prefix of the stream name of the CloudWatch Logs.
Creates a new builder-style object to manufacture AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more