Class: Aws::Types::OAuth2ClientApplication
- Inherits:
-
Object
- Object
- Aws::Types::OAuth2ClientApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_managed_client_application_reference ⇒ ::String
Returns the value of attribute aws_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
#aws_managed_client_application_reference ⇒ ::String
Returns the value of attribute aws_managed_client_application_reference.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def aws_managed_client_application_reference @aws_managed_client_application_reference end |
#user_managed_client_application_client_id ⇒ ::String
Returns the value of attribute user_managed_client_application_client_id.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def user_managed_client_application_client_id @user_managed_client_application_client_id end |