Struct rusoto_firehose::SessionCredentials [] [src]

pub struct SessionCredentials {
    pub access_key_id: String,
    pub expiration: f64,
    pub secret_access_key: String,
    pub session_token: String,
}

Fields

Trait Implementations

impl Default for SessionCredentials
[src]

[src]

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

impl Debug for SessionCredentials
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SessionCredentials
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations