Class: Aws::Types::LaunchPermission
- Inherits:
-
Object
- Object
- Aws::Types::LaunchPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ "all"
Returns the value of attribute group.
-
#organization_arn ⇒ ::String
Returns the value of attribute organization_arn.
-
#organizational_unit_arn ⇒ ::String
Returns the value of attribute organizational_unit_arn.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#group ⇒ "all"
Returns the value of attribute group.
13021 13022 13023 |
# File 'sig/types.rbs', line 13021 def group @group end |
#organization_arn ⇒ ::String
Returns the value of attribute organization_arn.
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.
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.
13020 13021 13022 |
# File 'sig/types.rbs', line 13020 def user_id @user_id end |