Class: Aws::SSOAdmin::Types::GetApplicationAuthenticationMethodResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetApplicationAuthenticationMethodResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_method ⇒ Types::AuthenticationMethod
A structure that contains details about the requested authentication method.
Instance Attribute Details
#authentication_method ⇒ Types::AuthenticationMethod
A structure that contains details about the requested authentication method.
1900 1901 1902 1903 1904 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1900 class GetApplicationAuthenticationMethodResponse < Struct.new( :authentication_method) SENSITIVE = [] include Aws::Structure end |