Class: Aws::Types::OAuth2ClientApplication
- Inherits:
-
Object
- Object
- Aws::Types::OAuth2ClientApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#a_ws_managed_client_application_reference ⇒ ::String
Returns the value of attribute a_ws_managed_client_application_reference.
-
#user_managed_client_application_client_id ⇒ ::String
Returns the value of attribute user_managed_client_application_client_id.
Instance Attribute Details
#a_ws_managed_client_application_reference ⇒ ::String
Returns the value of attribute a_ws_managed_client_application_reference.
4692 4693 4694 |
# File 'sig/types.rbs', line 4692 def a_ws_managed_client_application_reference @a_ws_managed_client_application_reference end |
#user_managed_client_application_client_id ⇒ ::String
Returns the value of attribute user_managed_client_application_client_id.
4691 4692 4693 |
# File 'sig/types.rbs', line 4691 def user_managed_client_application_client_id @user_managed_client_application_client_id end |