Class: Aws::Types::IAMFederationOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::IAMFederationOptionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
-
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def enabled @enabled end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def roles_key @roles_key end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def subject_key @subject_key end |