Class: Aws::Types::Principal
- Inherits:
-
Object
- Object
- Aws::Types::Principal
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: IdentityCenter, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_center ⇒ Types::IdentityCenterPrincipal
Returns the value of attribute identity_center.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#identity_center ⇒ Types::IdentityCenterPrincipal
Returns the value of attribute identity_center.
257 258 259 |
# File 'sig/types.rbs', line 257 def identity_center @identity_center end |
#unknown ⇒ Object
Returns the value of attribute unknown.
258 259 260 |
# File 'sig/types.rbs', line 258 def unknown @unknown end |