Class: Aws::Types::PutApplicationAuthenticationMethodRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn ⇒ ::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def application_arn
  @application_arn
end

#authentication_method ⇒ Types::AuthenticationMethod

Returns the value of attribute authentication_method.



1096
1097
1098
# File 'sig/types.rbs', line 1096

def authentication_method
  @authentication_method
end

#authentication_method_type ⇒ "IAM"

Returns the value of attribute authentication_method_type.

Returns:

  • ("IAM")


1095
1096
1097
# File 'sig/types.rbs', line 1095

def authentication_method_type
  @authentication_method_type
end