Class: Aws::Types::AuditEventPerformedBy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_principal_arn ⇒ ::String

Returns the value of attribute iam_principal_arn.

Returns:

  • (::String)


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.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def user
  @user
end