Class: Aws::Types::AuditEventPerformedBy
- Inherits:
-
Object
- Object
- Aws::Types::AuditEventPerformedBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_principal_arn ⇒ ::String
Returns the value of attribute iam_principal_arn.
-
#user ⇒ Types::UserUnion
Returns the value of attribute user.
Instance Attribute Details
#iam_principal_arn ⇒ ::String
Returns the value of attribute iam_principal_arn.
58 59 60 |
# File 'sig/types.rbs', line 58 def iam_principal_arn @iam_principal_arn end |
#user ⇒ Types::UserUnion
Returns the value of attribute user.
57 58 59 |
# File 'sig/types.rbs', line 57 def user @user end |