Struct aws_sdk_databasemigration::operation::describe_endpoint_settings::DescribeEndpointSettingsInput
source · #[non_exhaustive]pub struct DescribeEndpointSettingsInput { /* private fields */ }
Implementations§
source§impl DescribeEndpointSettingsInput
impl DescribeEndpointSettingsInput
sourcepub fn engine_name(&self) -> Option<&str>
pub fn engine_name(&self) -> Option<&str>
The databse engine used for your source or target endpoint.
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
source§impl DescribeEndpointSettingsInput
impl DescribeEndpointSettingsInput
sourcepub fn builder() -> DescribeEndpointSettingsInputBuilder
pub fn builder() -> DescribeEndpointSettingsInputBuilder
Creates a new builder-style object to manufacture DescribeEndpointSettingsInput
.
source§impl DescribeEndpointSettingsInput
impl DescribeEndpointSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEndpointSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeEndpointSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEndpointSettings
>
Trait Implementations§
source§impl Clone for DescribeEndpointSettingsInput
impl Clone for DescribeEndpointSettingsInput
source§fn clone(&self) -> DescribeEndpointSettingsInput
fn clone(&self) -> DescribeEndpointSettingsInput
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<DescribeEndpointSettingsInput> for DescribeEndpointSettingsInput
impl PartialEq<DescribeEndpointSettingsInput> for DescribeEndpointSettingsInput
source§fn eq(&self, other: &DescribeEndpointSettingsInput) -> bool
fn eq(&self, other: &DescribeEndpointSettingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeEndpointSettingsInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeEndpointSettingsInput
impl Send for DescribeEndpointSettingsInput
impl Sync for DescribeEndpointSettingsInput
impl Unpin for DescribeEndpointSettingsInput
impl UnwindSafe for DescribeEndpointSettingsInput
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