#[non_exhaustive]pub struct VerifiedAccessLogKinesisDataFirehoseDestination { /* private fields */ }
Expand description
Options for Kinesis as a logging destination.
Implementations§
source§impl VerifiedAccessLogKinesisDataFirehoseDestination
impl VerifiedAccessLogKinesisDataFirehoseDestination
sourcepub fn delivery_status(&self) -> Option<&VerifiedAccessLogDeliveryStatus>
pub fn delivery_status(&self) -> Option<&VerifiedAccessLogDeliveryStatus>
The delivery status.
sourcepub fn delivery_stream(&self) -> Option<&str>
pub fn delivery_stream(&self) -> Option<&str>
The ID of the delivery stream.
source§impl VerifiedAccessLogKinesisDataFirehoseDestination
impl VerifiedAccessLogKinesisDataFirehoseDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessLogKinesisDataFirehoseDestination
.
Trait Implementations§
source§impl Clone for VerifiedAccessLogKinesisDataFirehoseDestination
impl Clone for VerifiedAccessLogKinesisDataFirehoseDestination
source§fn clone(&self) -> VerifiedAccessLogKinesisDataFirehoseDestination
fn clone(&self) -> VerifiedAccessLogKinesisDataFirehoseDestination
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<VerifiedAccessLogKinesisDataFirehoseDestination> for VerifiedAccessLogKinesisDataFirehoseDestination
impl PartialEq<VerifiedAccessLogKinesisDataFirehoseDestination> for VerifiedAccessLogKinesisDataFirehoseDestination
source§fn eq(&self, other: &VerifiedAccessLogKinesisDataFirehoseDestination) -> bool
fn eq(&self, other: &VerifiedAccessLogKinesisDataFirehoseDestination) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.