Struct rusoto_devicefarm::ListOfferingPromotionsResult[][src]

pub struct ListOfferingPromotionsResult {
    pub next_token: Option<String>,
    pub offering_promotions: Option<Vec<OfferingPromotion>>,
}

Fields

An identifier to be used in the next call to this operation, to return the next set of items in the list.

Information about the offering promotions.

Trait Implementations

impl Default for ListOfferingPromotionsResult
[src]

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

impl Debug for ListOfferingPromotionsResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ListOfferingPromotionsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListOfferingPromotionsResult
[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