Struct rusoto_opsworks::GrantAccessResult [] [src]

pub struct GrantAccessResult {
    pub temporary_credential: Option<TemporaryCredential>,
}

Contains the response to a GrantAccess request.

Fields

A TemporaryCredential object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.

Trait Implementations

impl Default for GrantAccessResult
[src]

[src]

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

impl Debug for GrantAccessResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GrantAccessResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations