#[non_exhaustive]pub struct ListDiscoveredResourcesInput { /* private fields */ }Implementations§
source§impl ListDiscoveredResourcesInput
impl ListDiscoveredResourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDiscoveredResources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDiscoveredResources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDiscoveredResources>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDiscoveredResourcesInput.
source§impl ListDiscoveredResourcesInput
impl ListDiscoveredResourcesInput
sourcepub fn progress_update_stream(&self) -> Option<&str>
pub fn progress_update_stream(&self) -> Option<&str>
The name of the ProgressUpdateStream.
sourcepub fn migration_task_name(&self) -> Option<&str>
pub fn migration_task_name(&self) -> Option<&str>
The name of the MigrationTask. Do not store personal data in this field.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results returned per page.
Trait Implementations§
source§impl Clone for ListDiscoveredResourcesInput
impl Clone for ListDiscoveredResourcesInput
source§fn clone(&self) -> ListDiscoveredResourcesInput
fn clone(&self) -> ListDiscoveredResourcesInput
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 Debug for ListDiscoveredResourcesInput
impl Debug for ListDiscoveredResourcesInput
source§impl PartialEq<ListDiscoveredResourcesInput> for ListDiscoveredResourcesInput
impl PartialEq<ListDiscoveredResourcesInput> for ListDiscoveredResourcesInput
source§fn eq(&self, other: &ListDiscoveredResourcesInput) -> bool
fn eq(&self, other: &ListDiscoveredResourcesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.