Class: Aws::SSOAdmin::Types::AuthenticationMethodItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

A structure that describes an authentication method and its type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_methodTypes::AuthenticationMethod

A structure that describes an authentication method. The contents of this structure is determined by the AuthenticationMethodType.



506
507
508
509
510
511
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 506

class AuthenticationMethodItem < Struct.new(
  :authentication_method,
  :authentication_method_type)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_method_typeString

The type of authentication that is used by this method.

Returns:

  • (String)


506
507
508
509
510
511
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 506

class AuthenticationMethodItem < Struct.new(
  :authentication_method,
  :authentication_method_type)
  SENSITIVE = []
  include Aws::Structure
end