Class: Aws::Types::SamlProperties
- Inherits:
-
Object
- Object
- Aws::Types::SamlProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#relay_state_parameter_name ⇒ ::String
Returns the value of attribute relay_state_parameter_name.
-
#status ⇒ "DISABLED", ...
Returns the value of attribute status.
-
#user_access_url ⇒ ::String
Returns the value of attribute user_access_url.
Instance Attribute Details
#relay_state_parameter_name ⇒ ::String
Returns the value of attribute relay_state_parameter_name.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def relay_state_parameter_name @relay_state_parameter_name end |
#status ⇒ "DISABLED", ...
Returns the value of attribute status.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def status @status end |
#user_access_url ⇒ ::String
Returns the value of attribute user_access_url.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def user_access_url @user_access_url end |