Class: Aws::SSOAdmin::Types::DeleteApplicationAuthenticationMethodRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DeleteApplicationAuthenticationMethodRequest
- 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 with the authentication method to delete.
-
#authentication_method_type ⇒ String
Specifies the authentication method type to delete from the application.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application with the authentication method to delete.
1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1109 class DeleteApplicationAuthenticationMethodRequest < Struct.new( :application_arn, :authentication_method_type) SENSITIVE = [] include Aws::Structure end |
#authentication_method_type ⇒ String
Specifies the authentication method type to delete from the application.
1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1109 class DeleteApplicationAuthenticationMethodRequest < Struct.new( :application_arn, :authentication_method_type) SENSITIVE = [] include Aws::Structure end |