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.
12423 12424 12425 |
# File 'sig/types.rbs', line 12423 def group @group end |
#organization_arn ⇒ ::String
Returns the value of attribute organization_arn.
12420 12421 12422 |
# File 'sig/types.rbs', line 12420 def organization_arn @organization_arn end |
#organizational_unit_arn ⇒ ::String
Returns the value of attribute organizational_unit_arn.
12421 12422 12423 |
# File 'sig/types.rbs', line 12421 def organizational_unit_arn @organizational_unit_arn end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
12422 12423 12424 |
# File 'sig/types.rbs', line 12422 def user_id @user_id end |