Struct aws_sdk_cloudfront::types::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§
source§impl 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§
source§impl PartialEq<EndPoint> for EndPoint
impl PartialEq<EndPoint> for EndPoint
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more