Struct aws_sdk_migrationhub::input::ListDiscoveredResourcesInput [−][src]
#[non_exhaustive]pub struct ListDiscoveredResourcesInput {
pub progress_update_stream: Option<String>,
pub migration_task_name: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.progress_update_stream: Option<String>The name of the ProgressUpdateStream.
migration_task_name: Option<String>The name of the MigrationTask. Do not store personal data in this field.
next_token: Option<String>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.
max_results: Option<i32>The maximum number of results returned per page.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDiscoveredResources, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDiscoveredResources, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDiscoveredResources>
Creates a new builder-style object to manufacture ListDiscoveredResourcesInput
The name of the ProgressUpdateStream.
The name of the MigrationTask. Do not store personal data in this field.
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.
The maximum number of results returned per page.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for ListDiscoveredResourcesInput
impl Sync for ListDiscoveredResourcesInput
impl Unpin for ListDiscoveredResourcesInput
impl UnwindSafe for ListDiscoveredResourcesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
