Struct rusoto_codestar::ListResourcesRequest[][src]

pub struct ListResourcesRequest {
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub project_id: String,
}

Fields

The maximum amount of data that can be contained in a single set of results.

The continuation token for the next set of results, if the results cannot be returned in one response.

The ID of the project.

Trait Implementations

impl Default for ListResourcesRequest
[src]

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

impl Debug for ListResourcesRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ListResourcesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListResourcesRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations