Class: Aws::Types::GetApplicationAuthenticationMethodRequest

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)


586
587
588
# File 'sig/types.rbs', line 586

def application_arn
  @application_arn
end

#authentication_method_type"IAM"

Returns the value of attribute authentication_method_type.

Returns:

  • ("IAM")


587
588
589
# File 'sig/types.rbs', line 587

def authentication_method_type
  @authentication_method_type
end