View Source GoogleApi.StorageTransfer.V1.Model.AwsAccessKey (google_api_storage_transfer v0.36.0)

AWS access key (see AWS Security Credentials). For information on our data retention policy for user credentials, see User 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.