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.
416 417 418 |
# File 'sig/types.rbs', line 416 def account_id @account_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
415 416 417 |
# File 'sig/types.rbs', line 415 def principal_id @principal_id end |
#type ⇒ "USER", "SYSTEM"
Returns the value of attribute type.
414 415 416 |
# File 'sig/types.rbs', line 414 def type @type end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
417 418 419 |
# File 'sig/types.rbs', line 417 def user_name @user_name end |