Class: Aws::Types::Target
- Inherits:
-
Object
- Object
- Aws::Types::Target
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AccountId, OrganizationalUnitId, RootId, Unknown
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.
-
#root_id ⇒ ::String
Returns the value of attribute root_id.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
7824 7825 7826 |
# File 'sig/types.rbs', line 7824 def account_id @account_id end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
7825 7826 7827 |
# File 'sig/types.rbs', line 7825 def organizational_unit_id @organizational_unit_id end |
#root_id ⇒ ::String
Returns the value of attribute root_id.
7826 7827 7828 |
# File 'sig/types.rbs', line 7826 def root_id @root_id end |
#unknown ⇒ Object
Returns the value of attribute unknown.
7827 7828 7829 |
# File 'sig/types.rbs', line 7827 def unknown @unknown end |