Struct rusoto_servicecatalog::ListLaunchPathsOutput [] [src]

pub struct ListLaunchPathsOutput {
    pub launch_path_summaries: Option<LaunchPathSummaries>,
    pub next_page_token: Option<PageToken>,
}

Fields

List of launch path information summaries for the specified PageToken.

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Trait Implementations

impl Default for ListLaunchPathsOutput
[src]

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

impl Debug for ListLaunchPathsOutput
[src]

Formats the value using the given formatter.

impl Clone for ListLaunchPathsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more