Class: Aws::EC2::Types::LoadPermissionModifications
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LoadPermissionModifications
- 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
-
#add ⇒ Array<Types::LoadPermissionRequest>
The load permissions to add.
-
#remove ⇒ Array<Types::LoadPermissionRequest>
The load permissions to remove.
Instance Attribute Details
#add ⇒ Array<Types::LoadPermissionRequest>
The load permissions to add.
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 |
#remove ⇒ Array<Types::LoadPermissionRequest>
The load permissions to remove.
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 |