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