Class: Aws::SSOAdmin::Types::DeleteApplicationAuthenticationMethodRequest

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_arnString

Specifies the ARN of the application with the authentication method to delete.

Returns:

  • (String)

1119
1120
1121
1122
1123
1124
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1119

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

#authentication_method_typeString

Specifies the authentication method type to delete from the application.

Returns:

  • (String)

1119
1120
1121
1122
1123
1124
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1119

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