Class: Aws::SSOAdmin::Types::GetApplicationAuthenticationMethodRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn ⇒ String

Specifies the ARN of the application.

Returns:

  • (String)


2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2139

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.

Returns:

  • (String)


2139
2140
2141
2142
2143
2144
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2139

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