Struct google_storagetransfer1::AwsAccessKey[][src]

pub struct AwsAccessKey {
    pub secret_access_key: Option<String>,
    pub access_key_id: Option<String>,
}

AWS access key (see AWS Security Credentials).

This type is not used in any activity, and only used as part of another schema.

Fields

AWS secret access key. This field is not returned in RPC responses. Required.

AWS access key ID. Required.

Trait Implementations

impl Default for AwsAccessKey
[src]

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

impl Clone for AwsAccessKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AwsAccessKey
[src]

Formats the value using the given formatter. Read more

impl Part for AwsAccessKey
[src]

Auto Trait Implementations