Class: Aws::Types::MemberId

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

Defined Under Namespace

Classes: Unknown, UserId

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


379
380
381
# File 'sig/types.rbs', line 379

def unknown
  @unknown
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def user_id
  @user_id
end