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

AWS access key (see AWS Security Credentials).

Attributes

  • accessKeyId (String.t): AWS access key ID. Required. Defaults to: null.
  • secretAccessKey (String.t): AWS secret access key. This field is not returned in RPC responses. Required. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.StorageTransfer.V1.Model.AwsAccessKey{
  accessKeyId: any(),
  secretAccessKey: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.