Class: Aws::Types::IamIdentityCenterConfigOptions
- Inherits:
-
Object
- Object
- Aws::Types::IamIdentityCenterConfigOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_description ⇒ ::String
Returns the value of attribute application_description.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#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
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def application_arn @application_arn end |
#application_description ⇒ ::String
Returns the value of attribute application_description.
569 570 571 |
# File 'sig/types.rbs', line 569 def application_description @application_description end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
568 569 570 |
# File 'sig/types.rbs', line 568 def application_name @application_name end |
#group_attribute ⇒ "GroupId", "GroupName"
Returns the value of attribute group_attribute.
571 572 573 |
# File 'sig/types.rbs', line 571 def group_attribute @group_attribute end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
566 567 568 |
# File 'sig/types.rbs', line 566 def instance_arn @instance_arn end |
#user_attribute ⇒ "UserId", ...
Returns the value of attribute user_attribute.
570 571 572 |
# File 'sig/types.rbs', line 570 def user_attribute @user_attribute end |