Class: Aws::Types::AwsOrganizationScope
- Inherits:
-
Object
- Object
- Aws::Types::AwsOrganizationScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
Instance Attribute Details
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def organization_id @organization_id end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
3397 3398 3399 |
# File 'sig/types.rbs', line 3397 def organizational_unit_id @organizational_unit_id end |