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)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def application_arn
  @application_arn
end

#authentication_methodTypes::AuthenticationMethod

Returns the value of attribute authentication_method.



1092
1093
1094
# File 'sig/types.rbs', line 1092

def authentication_method
  @authentication_method
end

#authentication_method_type"IAM"

Returns the value of attribute authentication_method_type.

Returns:

  • ("IAM")


1091
1092
1093
# File 'sig/types.rbs', line 1091

def authentication_method_type
  @authentication_method_type
end