Struct rusoto_snowball::GetJobUnlockCodeResult[][src]

pub struct GetJobUnlockCodeResult {
    pub unlock_code: Option<String>,
}

Fields

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

Trait Implementations

impl Default for GetJobUnlockCodeResult
[src]

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

impl Debug for GetJobUnlockCodeResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetJobUnlockCodeResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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