Class: Aws::Types::SetUserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetUserSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def access_token @access_token end |
#mfa_options ⇒ ::Array[Types::MFAOptionType]
Returns the value of attribute mfa_options.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def @mfa_options end |