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")


12694
12695
12696
# File 'sig/types.rbs', line 12694

def group
  @group
end

#organization_arn::String

Returns the value of attribute organization_arn.

Returns:

  • (::String)


12691
12692
12693
# File 'sig/types.rbs', line 12691

def organization_arn
  @organization_arn
end

#organizational_unit_arn::String

Returns the value of attribute organizational_unit_arn.

Returns:

  • (::String)


12692
12693
12694
# File 'sig/types.rbs', line 12692

def organizational_unit_arn
  @organizational_unit_arn
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


12693
12694
12695
# File 'sig/types.rbs', line 12693

def user_id
  @user_id
end