Class: Aws::Types::LaunchPermission

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group"all"

Returns the value of attribute group.

Returns:

  • ("all")


13021
13022
13023
# File 'sig/types.rbs', line 13021

def group
  @group
end

#organization_arn::String

Returns the value of attribute organization_arn.

Returns:

  • (::String)


13018
13019
13020
# File 'sig/types.rbs', line 13018

def organization_arn
  @organization_arn
end

#organizational_unit_arn::String

Returns the value of attribute organizational_unit_arn.

Returns:

  • (::String)


13019
13020
13021
# File 'sig/types.rbs', line 13019

def organizational_unit_arn
  @organizational_unit_arn
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


13020
13021
13022
# File 'sig/types.rbs', line 13020

def user_id
  @user_id
end