GoogleApi.VMMigration.V1.Model.AccessKeyCredentials (google_api_vm_migration v0.11.0)

View Source

Message describing AWS Credentials using access key id and secret.

Attributes

  • accessKeyId (type: String.t, default: nil) - AWS access key ID.
  • secretAccessKey (type: String.t, default: nil) - Input only. AWS secret access key.
  • sessionToken (type: String.t, default: nil) - Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.AccessKeyCredentials{
  accessKeyId: String.t() | nil,
  secretAccessKey: String.t() | nil,
  sessionToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.