Class: Aws::Types::EventActor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def 
  @account_id
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def principal_id
  @principal_id
end

#type"USER", "SYSTEM"

Returns the value of attribute type.

Returns:

  • ("USER", "SYSTEM")


435
436
437
# File 'sig/types.rbs', line 435

def type
  @type
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def user_name
  @user_name
end