Class: Aws::Types::AdminDeleteUserAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#user_attribute_names::Array[::String]

Returns the value of attribute user_attribute_names.

Returns:

  • (::Array[::String])


115
116
117
# File 'sig/types.rbs', line 115

def user_attribute_names
  @user_attribute_names
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def username
  @username
end