Class: Aws::Types::CreateIamIdentityCenterConfigOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateIamIdentityCenterConfigOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_attribute ⇒ "GroupId", "GroupName"
Returns the value of attribute group_attribute.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#user_attribute ⇒ "UserId", ...
Returns the value of attribute user_attribute.
Instance Attribute Details
#group_attribute ⇒ "GroupId", "GroupName"
Returns the value of attribute group_attribute.
287 288 289 |
# File 'sig/types.rbs', line 287 def group_attribute @group_attribute end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def instance_arn @instance_arn end |
#user_attribute ⇒ "UserId", ...
Returns the value of attribute user_attribute.
286 287 288 |
# File 'sig/types.rbs', line 286 def user_attribute @user_attribute end |