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)


416
417
418
# File 'sig/types.rbs', line 416

def 
  @account_id
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def principal_id
  @principal_id
end

#type"USER", "SYSTEM"

Returns the value of attribute type.

Returns:

  • ("USER", "SYSTEM")


414
415
416
# File 'sig/types.rbs', line 414

def type
  @type
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def user_name
  @user_name
end