Struct rusoto_codestar::ListResourcesResult [] [src]

pub struct ListResourcesResult {
    pub next_token: Option<String>,
    pub resources: Option<Vec<Resource>>,
}

Fields

The continuation token to use when requesting the next set of results, if there are more results to be returned.

An array of resources associated with the project.

Trait Implementations

impl Default for ListResourcesResult
[src]

[src]

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

impl Debug for ListResourcesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListResourcesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more