Struct rusoto_elastictranscoder::TestRoleResponse[][src]

pub struct TestRoleResponse {
    pub messages: Option<Vec<String>>,
    pub success: Option<String>,
}

The TestRoleResponse structure.

Fields

If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

If the operation is successful, this value is true; otherwise, the value is false.

Trait Implementations

impl Default for TestRoleResponse
[src]

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

impl Debug for TestRoleResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for TestRoleResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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