Class: Aws::Types::NodeOwnerInfo
- Inherits:
-
Object
- Object
- Aws::Types::NodeOwnerInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
-
#organizational_unit_path ⇒ ::String
Returns the value of attribute organizational_unit_path.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
3193 3194 3195 |
# File 'sig/types.rbs', line 3193 def account_id @account_id end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def organizational_unit_id @organizational_unit_id end |
#organizational_unit_path ⇒ ::String
Returns the value of attribute organizational_unit_path.
3195 3196 3197 |
# File 'sig/types.rbs', line 3195 def organizational_unit_path @organizational_unit_path end |