Class: Aws::Types::SingleSignOn
- Inherits:
-
Object
- Object
- Aws::Types::SingleSignOn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#type ⇒ "IAM_IDC", "DISABLED"
Returns the value of attribute type.
-
#user_assignment ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute user_assignment.
Instance Attribute Details
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
5753 5754 5755 |
# File 'sig/types.rbs', line 5753 def idc_instance_arn @idc_instance_arn end |
#type ⇒ "IAM_IDC", "DISABLED"
Returns the value of attribute type.
5751 5752 5753 |
# File 'sig/types.rbs', line 5751 def type @type end |
#user_assignment ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute user_assignment.
5752 5753 5754 |
# File 'sig/types.rbs', line 5752 def user_assignment @user_assignment end |