Class: Aws::Types::MemberDetails

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

Defined Under Namespace

Classes: Group, Unknown, User

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groupTypes::GroupDetails

Returns the value of attribute group.

Returns:



4507
4508
4509
# File 'sig/types.rbs', line 4507

def group
  @group
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4508
4509
4510
# File 'sig/types.rbs', line 4508

def unknown
  @unknown
end

#userTypes::UserDetails

Returns the value of attribute user.

Returns:



4506
4507
4508
# File 'sig/types.rbs', line 4506

def user
  @user
end