Class: Aws::Types::AuthenticationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_configuration ⇒ Types::IAMConfiguration
Returns the value of attribute iam_configuration.
-
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
Instance Attribute Details
#iam_configuration ⇒ Types::IAMConfiguration
Returns the value of attribute iam_configuration.
13 14 15 |
# File 'sig/types.rbs', line 13 def iam_configuration @iam_configuration end |
#identity_center_configuration ⇒ Types::IdentityCenterConfiguration
Returns the value of attribute identity_center_configuration.
12 13 14 |
# File 'sig/types.rbs', line 12 def identity_center_configuration @identity_center_configuration end |