Struct aws_sdk_databasemigration::operation::describe_refresh_schemas_status::DescribeRefreshSchemasStatusInput
source · #[non_exhaustive]pub struct DescribeRefreshSchemasStatusInput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeRefreshSchemasStatusInput
impl DescribeRefreshSchemasStatusInput
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
source§impl DescribeRefreshSchemasStatusInput
impl DescribeRefreshSchemasStatusInput
sourcepub fn builder() -> DescribeRefreshSchemasStatusInputBuilder
pub fn builder() -> DescribeRefreshSchemasStatusInputBuilder
Creates a new builder-style object to manufacture DescribeRefreshSchemasStatusInput
.
source§impl DescribeRefreshSchemasStatusInput
impl DescribeRefreshSchemasStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRefreshSchemasStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeRefreshSchemasStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRefreshSchemasStatus
>
Trait Implementations§
source§impl Clone for DescribeRefreshSchemasStatusInput
impl Clone for DescribeRefreshSchemasStatusInput
source§fn clone(&self) -> DescribeRefreshSchemasStatusInput
fn clone(&self) -> DescribeRefreshSchemasStatusInput
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<DescribeRefreshSchemasStatusInput> for DescribeRefreshSchemasStatusInput
impl PartialEq<DescribeRefreshSchemasStatusInput> for DescribeRefreshSchemasStatusInput
source§fn eq(&self, other: &DescribeRefreshSchemasStatusInput) -> bool
fn eq(&self, other: &DescribeRefreshSchemasStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeRefreshSchemasStatusInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRefreshSchemasStatusInput
impl Send for DescribeRefreshSchemasStatusInput
impl Sync for DescribeRefreshSchemasStatusInput
impl Unpin for DescribeRefreshSchemasStatusInput
impl UnwindSafe for DescribeRefreshSchemasStatusInput
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