Class: Aws::Types::ClientAuthenticationSettingInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_date_time::Time

Returns the value of attribute last_updated_date_time.

Returns:



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.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def status
  @status
end

#type"SmartCard", "SmartCardOrPassword"

Returns the value of attribute type.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def type
  @type
end