Class: Aws::Types::UserUnion
- Inherits:
-
Object
- Object
- Aws::Types::UserUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomEntity, Unknown, UserArn
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_entity ⇒ ::String
Returns the value of attribute custom_entity.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
Instance Attribute Details
#custom_entity ⇒ ::String
Returns the value of attribute custom_entity.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def custom_entity @custom_entity end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def unknown @unknown end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def user_arn @user_arn end |