Class: Aws::SSOAdmin::Types::AuthenticationMethodItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AuthenticationMethodItem
- 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
-
#authentication_method ⇒ Types::AuthenticationMethod
A structure that describes an authentication method.
-
#authentication_method_type ⇒ String
The type of authentication that is used by this method.
Instance Attribute Details
#authentication_method ⇒ Types::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_type ⇒ String
The type of authentication that is used by this method.
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 |