Class: Aws::Types::IAMFederationOptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::IAMFederationOptionsOutput
- 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.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def enabled @enabled end |
#roles_key ⇒ ::String
Returns the value of attribute roles_key.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def roles_key @roles_key end |
#subject_key ⇒ ::String
Returns the value of attribute subject_key.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def subject_key @subject_key end |