Class | AWS::EC2::PermissionCollection |
In: |
lib/aws/ec2/permission_collection.rb
|
Parent: | Object |
Adds permissions for specific users to launch this AMI.
@param [Array of Strings] users The AWS account IDs of the
users that should be able to launch this AMI.
@return [nil]
Sets whether the resource is public or not. This has no effect on the explicit AWS account IDs that may already have permissions to use the resource.
@param [Boolean] value If true, the resource is made public,
otherwise the resource is made private.
@return [nil]
Removes permissions for specific users to launch this AMI. @param [Array of Strings] users The AWS account IDs of the
users that should no longer be able to launch this AMI.
@return [nil]