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)


110
111
112
# File 'sig/types.rbs', line 110

def id
  @id
end

#processTypes::ActorProcess

Returns the value of attribute process.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def process
  @process
end

#sessionTypes::Session

Returns the value of attribute session.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def session
  @session
end

#userTypes::User

Returns the value of attribute user.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def user
  @user
end