Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
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 ⇒ ::Time
Returns the value of attribute created_time.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def created_time @created_time end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def issuer @issuer end |
#mfa_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mfa_status.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def mfa_status @mfa_status end |
#uid ⇒ ::String
Returns the value of attribute uid.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def uid @uid end |