Class: Aws::Types::Principal

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

Defined Under Namespace

Classes: IdentityCenter, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_centerTypes::IdentityCenterPrincipal

Returns the value of attribute identity_center.



257
258
259
# File 'sig/types.rbs', line 257

def identity_center
  @identity_center
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


258
259
260
# File 'sig/types.rbs', line 258

def unknown
  @unknown
end