#[non_exhaustive]pub struct DisableKinesisStreamingDestinationInput { /* private fields */ }
Implementations
sourceimpl DisableKinesisStreamingDestinationInput
impl DisableKinesisStreamingDestinationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableKinesisStreamingDestination, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableKinesisStreamingDestination, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableKinesisStreamingDestination
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableKinesisStreamingDestinationInput
.
sourceimpl DisableKinesisStreamingDestinationInput
impl DisableKinesisStreamingDestinationInput
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 DisableKinesisStreamingDestinationInput
impl Clone for DisableKinesisStreamingDestinationInput
sourcefn clone(&self) -> DisableKinesisStreamingDestinationInput
fn clone(&self) -> DisableKinesisStreamingDestinationInput
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<DisableKinesisStreamingDestinationInput> for DisableKinesisStreamingDestinationInput
impl PartialEq<DisableKinesisStreamingDestinationInput> for DisableKinesisStreamingDestinationInput
sourcefn eq(&self, other: &DisableKinesisStreamingDestinationInput) -> bool
fn eq(&self, other: &DisableKinesisStreamingDestinationInput) -> bool
impl StructuralPartialEq for DisableKinesisStreamingDestinationInput
Auto Trait Implementations
impl RefUnwindSafe for DisableKinesisStreamingDestinationInput
impl Send for DisableKinesisStreamingDestinationInput
impl Sync for DisableKinesisStreamingDestinationInput
impl Unpin for DisableKinesisStreamingDestinationInput
impl UnwindSafe for DisableKinesisStreamingDestinationInput
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