Class: Aws::Types::UserIdentityRoot
- Inherits:
-
Object
- Object
- Aws::Types::UserIdentityRoot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def principal_id @principal_id end |