Class: Aws::Types::UpdateUserIdentityInfoRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_infoTypes::UserIdentityInfo

Returns the value of attribute identity_info.



8861
8862
8863
# File 'sig/types.rbs', line 8861

def identity_info
  @identity_info
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8863
8864
8865
# File 'sig/types.rbs', line 8863

def instance_id
  @instance_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


8862
8863
8864
# File 'sig/types.rbs', line 8862

def user_id
  @user_id
end