#[non_exhaustive]pub struct CreateChannelOutput { /* private fields */ }Implementations§
source§impl CreateChannelOutput
 
impl CreateChannelOutput
sourcepub fn channel_name(&self) -> Option<&str>
 
pub fn channel_name(&self) -> Option<&str>
The name of the channel.
sourcepub fn channel_arn(&self) -> Option<&str>
 
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel.
sourcepub fn retention_period(&self) -> Option<&RetentionPeriod>
 
pub fn retention_period(&self) -> Option<&RetentionPeriod>
How long, in days, message data is kept for the channel.
source§impl CreateChannelOutput
 
impl CreateChannelOutput
sourcepub fn builder() -> CreateChannelOutputBuilder
 
pub fn builder() -> CreateChannelOutputBuilder
Creates a new builder-style object to manufacture CreateChannelOutput.
Trait Implementations§
source§impl Clone for CreateChannelOutput
 
impl Clone for CreateChannelOutput
source§fn clone(&self) -> CreateChannelOutput
 
fn clone(&self) -> CreateChannelOutput
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 Debug for CreateChannelOutput
 
impl Debug for CreateChannelOutput
source§impl PartialEq<CreateChannelOutput> for CreateChannelOutput
 
impl PartialEq<CreateChannelOutput> for CreateChannelOutput
source§fn eq(&self, other: &CreateChannelOutput) -> bool
 
fn eq(&self, other: &CreateChannelOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateChannelOutput
 
impl RequestId for CreateChannelOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for CreateChannelOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateChannelOutput
impl Send for CreateChannelOutput
impl Sync for CreateChannelOutput
impl Unpin for CreateChannelOutput
impl UnwindSafe for CreateChannelOutput
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