Struct rusoto_devicefarm::ListInstanceProfilesResult[][src]

pub struct ListInstanceProfilesResult {
    pub instance_profiles: Option<Vec<InstanceProfile>>,
    pub next_token: Option<String>,
}

Fields

An object containing information about your instance profiles.

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

Trait Implementations

impl Default for ListInstanceProfilesResult
[src]

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

impl Debug for ListInstanceProfilesResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ListInstanceProfilesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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