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