Class: Aws::Types::ActorSession
- Inherits:
-
Object
- Object
- Aws::Types::ActorSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Integer
Returns the value of attribute created_time.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#mfa_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mfa_status.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#created_time ⇒ ::Integer
Returns the value of attribute created_time.
115 116 117 |
# File 'sig/types.rbs', line 115 def created_time @created_time end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
116 117 118 |
# File 'sig/types.rbs', line 116 def issuer @issuer end |
#mfa_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mfa_status.
114 115 116 |
# File 'sig/types.rbs', line 114 def mfa_status @mfa_status end |
#uid ⇒ ::String
Returns the value of attribute uid.
113 114 115 |
# File 'sig/types.rbs', line 113 def uid @uid end |