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]

[src]

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

impl Debug for ListOfferingPromotionsResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListOfferingPromotionsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations