google_api_storage_transfer v0.19.2 GoogleApi.StorageTransfer.V1.Model.AwsAccessKey View Source

AWS access key (see AWS Security Credentials).

Attributes

  • accessKeyId (type: String.t, default: nil) - Required. AWS access key ID.
  • secretAccessKey (type: String.t, default: nil) - Required. AWS secret access key. This field is not returned in RPC responses.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.StorageTransfer.V1.Model.AwsAccessKey{
  accessKeyId: String.t(),
  secretAccessKey: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.