Class: Aws::SSOAdmin::Types::GetApplicationAuthenticationMethodRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::GetApplicationAuthenticationMethodRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
Specifies the ARN of the application.
-
#authentication_method_type ⇒ String
Specifies the type of authentication method for which you want details.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application.
1886 1887 1888 1889 1890 1891 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1886 class GetApplicationAuthenticationMethodRequest < Struct.new( :application_arn, :authentication_method_type) SENSITIVE = [] include Aws::Structure end |
#authentication_method_type ⇒ String
Specifies the type of authentication method for which you want details.
1886 1887 1888 1889 1890 1891 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1886 class GetApplicationAuthenticationMethodRequest < Struct.new( :application_arn, :authentication_method_type) SENSITIVE = [] include Aws::Structure end |