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)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def access_token
  @access_token
end

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

Returns the value of attribute client_metadata.

Returns:

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


2330
2331
2332
# File 'sig/types.rbs', line 2330

def 
  
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



2328
2329
2330
# File 'sig/types.rbs', line 2328

def user_attributes
  @user_attributes
end