Class: Aws::Types::AwsIamAccessKeySessionContextAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamAccessKeySessionContextAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#mfa_authenticated ⇒ Boolean
Returns the value of attribute mfa_authenticated.
Instance Attribute Details
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def creation_date @creation_date end |
#mfa_authenticated ⇒ Boolean
Returns the value of attribute mfa_authenticated.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def mfa_authenticated @mfa_authenticated end |