Struct rusoto_mgh::ListDiscoveredResourcesResult [] [src]

pub struct ListDiscoveredResourcesResult {
    pub discovered_resource_list: Option<Vec<DiscoveredResource>>,
    pub next_token: Option<String>,
}

Fields

Returned list of discovered resources associated with the given MigrationTask.

If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.

Trait Implementations

impl Default for ListDiscoveredResourcesResult
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ListDiscoveredResourcesResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListDiscoveredResourcesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations