You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::LoadPermissionModifications

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LoadPermissionModifications as input to an Aws::Client method, you can use a vanilla Hash:

{
  add: [
    {
      group: "all", # accepts all
      user_id: "String",
    },
  ],
  remove: [
    {
      group: "all", # accepts all
      user_id: "String",
    },
  ],
}

Describes modifications to the load permissions of an Amazon FPGA image (AFI).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#addArray<Types::LoadPermissionRequest>

The load permissions to add.

Returns:

#removeArray<Types::LoadPermissionRequest>

The load permissions to remove.

Returns: