Class: Aws::Types::IdentityCenterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_identity_center ⇒ Boolean
Returns the value of attribute enable_identity_center.
-
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
Instance Attribute Details
#enable_identity_center ⇒ Boolean
Returns the value of attribute enable_identity_center.
616 617 618 |
# File 'sig/types.rbs', line 616 def enable_identity_center @enable_identity_center end |
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
617 618 619 |
# File 'sig/types.rbs', line 617 def identity_center_instance_arn @identity_center_instance_arn end |