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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addArray<Types::LoadPermissionRequest>

The load permissions to add.

Returns:



47655
47656
47657
47658
47659
47660
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47655

class LoadPermissionModifications < Struct.new(
  :add,
  :remove)
  SENSITIVE = []
  include Aws::Structure
end

#removeArray<Types::LoadPermissionRequest>

The load permissions to remove.

Returns:



47655
47656
47657
47658
47659
47660
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47655

class LoadPermissionModifications < Struct.new(
  :add,
  :remove)
  SENSITIVE = []
  include Aws::Structure
end