Class: Aws::Types::IdentityCenterOptions
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterOptions
- 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_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
-
#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.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#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.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def enabled_api_access @enabled_api_access end |
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def identity_center_application_arn @identity_center_application_arn end |
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def identity_center_instance_arn @identity_center_instance_arn end |
#identity_center_instance_region ⇒ ::String
Returns the value of attribute identity_center_instance_region.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def identity_center_instance_region @identity_center_instance_region end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def identity_store_id @identity_store_id end |
#roles_key ⇒ "GroupName", "GroupId"
Returns the value of attribute roles_key.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def roles_key @roles_key end |
#subject_key ⇒ "UserName", ...
Returns the value of attribute subject_key.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def subject_key @subject_key end |