Class: Aws::Types::ClientAuthenticationSettingInfo
- Inherits:
-
Object
- Object
- Aws::Types::ClientAuthenticationSettingInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
-
#type ⇒ "SmartCard", "SmartCardOrPassword"
Returns the value of attribute type.
Instance Attribute Details
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
188 189 190 |
# File 'sig/types.rbs', line 188 def last_updated_date_time @last_updated_date_time end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
187 188 189 |
# File 'sig/types.rbs', line 187 def status @status end |
#type ⇒ "SmartCard", "SmartCardOrPassword"
Returns the value of attribute type.
186 187 188 |
# File 'sig/types.rbs', line 186 def type @type end |