Struct aws_sdk_dynamodb::operation::disable_kinesis_streaming_destination::DisableKinesisStreamingDestinationInput
source · #[non_exhaustive]pub struct DisableKinesisStreamingDestinationInput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DisableKinesisStreamingDestinationInput
impl DisableKinesisStreamingDestinationInput
sourcepub fn builder() -> DisableKinesisStreamingDestinationInputBuilder
pub fn builder() -> DisableKinesisStreamingDestinationInputBuilder
Creates a new builder-style object to manufacture DisableKinesisStreamingDestinationInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for DisableKinesisStreamingDestinationInput
impl Clone for DisableKinesisStreamingDestinationInput
source§fn clone(&self) -> DisableKinesisStreamingDestinationInput
fn clone(&self) -> DisableKinesisStreamingDestinationInput
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 PartialEq<DisableKinesisStreamingDestinationInput> for DisableKinesisStreamingDestinationInput
impl PartialEq<DisableKinesisStreamingDestinationInput> for DisableKinesisStreamingDestinationInput
source§fn eq(&self, other: &DisableKinesisStreamingDestinationInput) -> bool
fn eq(&self, other: &DisableKinesisStreamingDestinationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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