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