Class: Aws::Types::OrganizationalUnit
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationalUnit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
833 834 835 |
# File 'sig/types.rbs', line 833 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
832 833 834 |
# File 'sig/types.rbs', line 832 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
834 835 836 |
# File 'sig/types.rbs', line 834 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
835 836 837 |
# File 'sig/types.rbs', line 835 def path @path end |