Struct rusoto_servicecatalog::ListRecordHistoryOutput [] [src]

pub struct ListRecordHistoryOutput {
    pub next_page_token: Option<PageToken>,
    pub record_details: Option<RecordDetails>,
}

Fields

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.

A list of record detail objects, listed in reverse chronological order.

Trait Implementations

impl Default for ListRecordHistoryOutput
[src]

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

impl Debug for ListRecordHistoryOutput
[src]

Formats the value using the given formatter.

impl Clone for ListRecordHistoryOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more