Class: Aws::SSOAdmin::Types::GetApplicationAuthenticationMethodResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_methodTypes::AuthenticationMethod

A structure that contains details about the requested authentication method.



1900
1901
1902
1903
1904
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1900

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