Class: Aws::Types::IamFederationConfigOptions
- Inherits:
-
Object
- Object
- Aws::Types::IamFederationConfigOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_attribute ⇒ ::String
Returns the value of attribute group_attribute.
-
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
Instance Attribute Details
#group_attribute ⇒ ::String
Returns the value of attribute group_attribute.
560 561 562 |
# File 'sig/types.rbs', line 560 def group_attribute @group_attribute end |
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
561 562 563 |
# File 'sig/types.rbs', line 561 def user_attribute @user_attribute end |