Class: Aws::Types::EventActor
- Inherits:
-
Object
- Object
- Aws::Types::EventActor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#type ⇒ "USER", "SYSTEM"
Returns the value of attribute type.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
437 438 439 |
# File 'sig/types.rbs', line 437 def account_id @account_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
436 437 438 |
# File 'sig/types.rbs', line 436 def principal_id @principal_id end |
#type ⇒ "USER", "SYSTEM"
Returns the value of attribute type.
435 436 437 |
# File 'sig/types.rbs', line 435 def type @type end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
438 439 440 |
# File 'sig/types.rbs', line 438 def user_name @user_name end |