Class: Aws::Types::Actor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def id
  @id
end

#sessionTypes::ActorSession

Returns the value of attribute session.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def session
  @session
end

#userTypes::ActorUser

Returns the value of attribute user.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def user
  @user
end