Class: Aws::Types::IdentityCenterPrincipal

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

Defined Under Namespace

Classes: GroupId, Unknown, UserId

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def group_id
  @group_id
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


168
169
170
# File 'sig/types.rbs', line 168

def unknown
  @unknown
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def user_id
  @user_id
end