Struct aws_sdk_dynamodb::input::DescribeExportInput
source · [−]#[non_exhaustive]pub struct DescribeExportInput { /* private fields */ }
Implementations
sourceimpl DescribeExportInput
impl DescribeExportInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExport, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeExport
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeExportInput
.
sourceimpl DescribeExportInput
impl DescribeExportInput
sourcepub fn export_arn(&self) -> Option<&str>
pub fn export_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) associated with the export.
Trait Implementations
sourceimpl Clone for DescribeExportInput
impl Clone for DescribeExportInput
sourcefn clone(&self) -> DescribeExportInput
fn clone(&self) -> DescribeExportInput
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 Debug for DescribeExportInput
impl Debug for DescribeExportInput
sourceimpl PartialEq<DescribeExportInput> for DescribeExportInput
impl PartialEq<DescribeExportInput> for DescribeExportInput
sourcefn eq(&self, other: &DescribeExportInput) -> bool
fn eq(&self, other: &DescribeExportInput) -> bool
impl StructuralPartialEq for DescribeExportInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeExportInput
impl Send for DescribeExportInput
impl Sync for DescribeExportInput
impl Unpin for DescribeExportInput
impl UnwindSafe for DescribeExportInput
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