View Source GoogleApi.VMMigration.V1.Model.AwsSecurityGroup (google_api_vm_migration v0.7.0)

AwsSecurityGroup describes a security group of an AWS VM.

Attributes

  • id (type: String.t, default: nil) - The AWS security group id.
  • name (type: String.t, default: nil) - The AWS security group name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.VMMigration.V1.Model.AwsSecurityGroup{
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.