Struct rusoto_inspector::PreviewAgentsResponse [] [src]

pub struct PreviewAgentsResponse {
    pub agent_previews: AgentPreviewList,
    pub next_token: Option<PaginationToken>,
}

Fields

The resulting list of agents.

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Trait Implementations

impl Default for PreviewAgentsResponse
[src]

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

impl Debug for PreviewAgentsResponse
[src]

Formats the value using the given formatter.

impl Clone for PreviewAgentsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more