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:



45818
45819
45820
45821
45822
45823
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45818

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

#removeArray<Types::LoadPermissionRequest>

The load permissions to remove.

Returns:



45818
45819
45820
45821
45822
45823
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45818

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