Class: Aws::Types::UpdateUserAttributesRequest

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)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def access_token
  @access_token
end

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


2298
2299
2300
# File 'sig/types.rbs', line 2298

def 
  @client_metadata
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



2296
2297
2298
# File 'sig/types.rbs', line 2296

def user_attributes
  @user_attributes
end