Class: Aws::Types::DeleteUserAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def access_token
  @access_token
end

#user_attribute_names::Array[::String]

Returns the value of attribute user_attribute_names.

Returns:

  • (::Array[::String])


827
828
829
# File 'sig/types.rbs', line 827

def user_attribute_names
  @user_attribute_names
end