Class: Aws::Types::WebAppIdentityProviderDetails
- Inherits:
-
Object
- Object
- Aws::Types::WebAppIdentityProviderDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: IdentityCenterConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_center_config ⇒ Types::IdentityCenterConfig
Returns the value of attribute identity_center_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#identity_center_config ⇒ Types::IdentityCenterConfig
Returns the value of attribute identity_center_config.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def identity_center_config @identity_center_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def unknown @unknown end |