Class: Aws::Types::DeleteApplicationAuthenticationMethodRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationAuthenticationMethodRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#authentication_method_type ⇒ "IAM"
Returns the value of attribute authentication_method_type.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
304 305 306 |
# File 'sig/types.rbs', line 304 def application_arn @application_arn end |
#authentication_method_type ⇒ "IAM"
Returns the value of attribute authentication_method_type.
305 306 307 |
# File 'sig/types.rbs', line 305 def authentication_method_type @authentication_method_type end |