Struct rusoto_ssm::CreateActivationResult [] [src]

pub struct CreateActivationResult {
    pub activation_code: Option<ActivationCode>,
    pub activation_id: Option<ActivationId>,
}

Fields

The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.

The ID number generated by the system when it processed the activation. The activation ID functions like a user name.

Trait Implementations

impl Default for CreateActivationResult
[src]

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

impl Debug for CreateActivationResult
[src]

Formats the value using the given formatter.

impl Clone for CreateActivationResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more