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