Class: Aws::Types::DescribeUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#extensions ⇒ ::Array[::String]

Returns the value of attribute extensions.

Returns:

  • (::Array[::String])


179
180
181
# File 'sig/types.rbs', line 179

def extensions
  @extensions
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def identity_store_id
  @identity_store_id
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def user_id
  @user_id
end