#[non_exhaustive]pub struct EnableKinesisStreamingDestinationInput { /* private fields */ }
Implementations
sourceimpl EnableKinesisStreamingDestinationInput
impl EnableKinesisStreamingDestinationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableKinesisStreamingDestination, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableKinesisStreamingDestination, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<EnableKinesisStreamingDestination
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableKinesisStreamingDestinationInput
.
sourceimpl EnableKinesisStreamingDestinationInput
impl EnableKinesisStreamingDestinationInput
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the DynamoDB table.
sourcepub fn stream_arn(&self) -> Option<&str>
pub fn stream_arn(&self) -> Option<&str>
The ARN for a Kinesis data stream.
Trait Implementations
sourceimpl Clone for EnableKinesisStreamingDestinationInput
impl Clone for EnableKinesisStreamingDestinationInput
sourcefn clone(&self) -> EnableKinesisStreamingDestinationInput
fn clone(&self) -> EnableKinesisStreamingDestinationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<EnableKinesisStreamingDestinationInput> for EnableKinesisStreamingDestinationInput
impl PartialEq<EnableKinesisStreamingDestinationInput> for EnableKinesisStreamingDestinationInput
sourcefn eq(&self, other: &EnableKinesisStreamingDestinationInput) -> bool
fn eq(&self, other: &EnableKinesisStreamingDestinationInput) -> bool
impl StructuralPartialEq for EnableKinesisStreamingDestinationInput
Auto Trait Implementations
impl RefUnwindSafe for EnableKinesisStreamingDestinationInput
impl Send for EnableKinesisStreamingDestinationInput
impl Sync for EnableKinesisStreamingDestinationInput
impl Unpin for EnableKinesisStreamingDestinationInput
impl UnwindSafe for EnableKinesisStreamingDestinationInput
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