Class: Aws::Types::IdentityCenterOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterOptionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled_api_access ⇒ Boolean
Returns the value of attribute enabled_api_access.
-
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
-
#identity_center_instance_region ⇒ ::String
Returns the value of attribute identity_center_instance_region.
-
#roles_key ⇒ "GroupName", "GroupId"
Returns the value of attribute roles_key.
-
#subject_key ⇒ "UserName", ...
Returns the value of attribute subject_key.
Instance Attribute Details
#enabled_api_access ⇒ Boolean
Returns the value of attribute enabled_api_access.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def enabled_api_access @enabled_api_access end |
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def identity_center_instance_arn @identity_center_instance_arn end |
#identity_center_instance_region ⇒ ::String
Returns the value of attribute identity_center_instance_region.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def identity_center_instance_region @identity_center_instance_region end |
#roles_key ⇒ "GroupName", "GroupId"
Returns the value of attribute roles_key.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def roles_key @roles_key end |
#subject_key ⇒ "UserName", ...
Returns the value of attribute subject_key.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def subject_key @subject_key end |