Class: Aws::EC2::Types::LaunchPermissionModifications

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

Overview

Describes a launch permission modification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addArray<Types::LaunchPermission>

The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.

Returns:



43653
43654
43655
43656
43657
43658
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43653

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

#removeArray<Types::LaunchPermission>

The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.

Returns:



43653
43654
43655
43656
43657
43658
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43653

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