Class: Aws::Types::IamIdentityCenterOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::IamIdentityCenterOptionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
-
#iam_role_for_identity_center_application_arn ⇒ ::String
Returns the value of attribute iam_role_for_identity_center_application_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def enabled @enabled end |
#iam_identity_center_instance_arn ⇒ ::String
Returns the value of attribute iam_identity_center_instance_arn.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def iam_identity_center_instance_arn @iam_identity_center_instance_arn end |
#iam_role_for_identity_center_application_arn ⇒ ::String
Returns the value of attribute iam_role_for_identity_center_application_arn.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def iam_role_for_identity_center_application_arn @iam_role_for_identity_center_application_arn end |