Struct aws_sdk_securityhub::model::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
source · [−]#[non_exhaustive]pub struct AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails { /* private fields */ }
Expand description
The log configuration for the results of the run command actions.
Implementations
sourceimpl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
sourcepub fn cloud_watch_encryption_enabled(&self) -> bool
pub fn cloud_watch_encryption_enabled(&self) -> bool
Whether to enable encryption on the CloudWatch logs.
sourcepub fn cloud_watch_log_group_name(&self) -> Option<&str>
pub fn cloud_watch_log_group_name(&self) -> Option<&str>
The name of the CloudWatch log group to send the logs to.
sourcepub fn s3_bucket_name(&self) -> Option<&str>
pub fn s3_bucket_name(&self) -> Option<&str>
The name of the S3 bucket to send logs to.
sourcepub fn s3_encryption_enabled(&self) -> bool
pub fn s3_encryption_enabled(&self) -> bool
Whether to encrypt the logs that are sent to the S3 bucket.
sourcepub fn s3_key_prefix(&self) -> Option<&str>
pub fn s3_key_prefix(&self) -> Option<&str>
Identifies the folder in the S3 bucket to send the logs to.
sourceimpl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
.
Trait Implementations
sourceimpl Clone for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl Clone for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
sourcefn clone(
&self
) -> AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
fn clone(
&self
) -> AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails> for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl PartialEq<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails> for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
sourcefn eq(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
fn eq(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
fn ne(
&self,
other: &AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
) -> bool
This method tests for !=
.
impl StructuralPartialEq for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
Auto Trait Implementations
impl RefUnwindSafe for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl Send for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl Sync for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl Unpin for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
impl UnwindSafe for AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more