Struct rusoto_elastictranscoder::TestRoleResponse
[−]
[src]
pub struct TestRoleResponse {
pub messages: Option<ExceptionMessages>,
pub success: Option<Success>,
}The TestRoleResponse structure.
Fields
messages: Option<ExceptionMessages>
If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.
success: Option<Success>
If the operation is successful, this value is true; otherwise, the value is false.
Trait Implementations
impl Default for TestRoleResponse[src]
fn default() -> TestRoleResponse
Returns the "default value" for a type. Read more
impl Debug for TestRoleResponse[src]
impl Clone for TestRoleResponse[src]
fn clone(&self) -> TestRoleResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more