Class: Aws::Types::DisableUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_name])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"API", ...

Returns the value of attribute authentication_type.

Returns:

  • ("API", "SAML", "USERPOOL", "AWS_AD")


936
937
938
# File 'sig/types.rbs', line 936

def authentication_type
  @authentication_type
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def user_name
  @user_name
end