#[non_exhaustive]pub struct DescribeAuditStreamConfigurationOutput { /* private fields */ }Implementations§
source§impl DescribeAuditStreamConfigurationOutput
impl DescribeAuditStreamConfigurationOutput
sourcepub fn audit_stream_arn(&self) -> Option<&str>
pub fn audit_stream_arn(&self) -> Option<&str>
The ARN of the Amazon Kinesis data stream that will receive the audit events.
source§impl DescribeAuditStreamConfigurationOutput
impl DescribeAuditStreamConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAuditStreamConfigurationOutput.
Trait Implementations§
source§impl Clone for DescribeAuditStreamConfigurationOutput
impl Clone for DescribeAuditStreamConfigurationOutput
source§fn clone(&self) -> DescribeAuditStreamConfigurationOutput
fn clone(&self) -> DescribeAuditStreamConfigurationOutput
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