Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::EC2::Types::LaunchPermission

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

Overview

Describes a launch permission.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupString

The name of the group.

Returns:

  • (String)

49623
49624
49625
49626
49627
49628
49629
49630
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49623

class LaunchPermission < Struct.new(
  :organization_arn,
  :organizational_unit_arn,
  :user_id,
  :group)
  SENSITIVE = []
  include Aws::Structure
end

#organization_arnString

The Amazon Resource Name (ARN) of an organization.

Returns:

  • (String)

49623
49624
49625
49626
49627
49628
49629
49630
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49623

class LaunchPermission < Struct.new(
  :organization_arn,
  :organizational_unit_arn,
  :user_id,
  :group)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_arnString

The Amazon Resource Name (ARN) of an organizational unit (OU).

Returns:

  • (String)

49623
49624
49625
49626
49627
49628
49629
49630
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49623

class LaunchPermission < Struct.new(
  :organization_arn,
  :organizational_unit_arn,
  :user_id,
  :group)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The Amazon Web Services account ID.

Constraints: Up to 10 000 account IDs can be specified in a single request.

Returns:

  • (String)

49623
49624
49625
49626
49627
49628
49629
49630
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49623

class LaunchPermission < Struct.new(
  :organization_arn,
  :organizational_unit_arn,
  :user_id,
  :group)
  SENSITIVE = []
  include Aws::Structure
end