Class: Aws::Types::Actor
- Inherits:
-
Object
- Object
- Aws::Types::Actor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#process ⇒ Types::ActorProcess
Returns the value of attribute process.
-
#session ⇒ Types::Session
Returns the value of attribute session.
-
#user ⇒ Types::User
Returns the value of attribute user.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
110 111 112 |
# File 'sig/types.rbs', line 110 def id @id end |
#process ⇒ Types::ActorProcess
Returns the value of attribute process.
113 114 115 |
# File 'sig/types.rbs', line 113 def process @process end |
#session ⇒ Types::Session
Returns the value of attribute session.
112 113 114 |
# File 'sig/types.rbs', line 112 def session @session end |
#user ⇒ Types::User
Returns the value of attribute user.
111 112 113 |
# File 'sig/types.rbs', line 111 def user @user end |