Struct rusoto_opsworks::GrantAccessRequest [] [src]

pub struct GrantAccessRequest {
    pub instance_id: String,
    pub valid_for_in_minutes: Option<ValidForInMinutes>,
}

Fields

The instance's AWS OpsWorks Stacks ID.

The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.

Trait Implementations

impl Default for GrantAccessRequest
[src]

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

impl Debug for GrantAccessRequest
[src]

Formats the value using the given formatter.

impl Clone for GrantAccessRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more