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
- Struct
- Aws::EC2::Types::LoadPermissionModifications
- 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
-
#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.
#remove ⇒ Array<Types::LoadPermissionRequest>
The load permissions to remove.