Class: Aws::Types::SessionContextAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SessionContextAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#mfa_authenticated ⇒ Boolean
Returns the value of attribute mfa_authenticated.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def creation_date @creation_date end |
#mfa_authenticated ⇒ Boolean
Returns the value of attribute mfa_authenticated.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def mfa_authenticated @mfa_authenticated end |