Struct aws_sdk_cloudfront::model::EndPoint
source · [−]#[non_exhaustive]pub struct EndPoint { /* private fields */ }
Expand description
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
Implementations
sourceimpl EndPoint
impl EndPoint
sourcepub fn stream_type(&self) -> Option<&str>
pub fn stream_type(&self) -> Option<&str>
The type of data stream where you are sending real-time log data. The only valid value is Kinesis
.
sourcepub fn kinesis_stream_config(&self) -> Option<&KinesisStreamConfig>
pub fn kinesis_stream_config(&self) -> Option<&KinesisStreamConfig>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Trait Implementations
impl StructuralPartialEq for EndPoint
Auto Trait Implementations
impl RefUnwindSafe for EndPoint
impl Send for EndPoint
impl Sync for EndPoint
impl Unpin for EndPoint
impl UnwindSafe for EndPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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