Class: Aws::DataZone::Types::OAuth2ClientApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::OAuth2ClientApplication
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The OAuth2Client application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#a_ws_managed_client_application_reference ⇒ String
The Amazon Web Services managed client application reference in the OAuth2Client application.
-
#user_managed_client_application_client_id ⇒ String
The user managed client application client ID in the OAuth2Client application.
Instance Attribute Details
#a_ws_managed_client_application_reference ⇒ String
The Amazon Web Services managed client application reference in the OAuth2Client application.
14105 14106 14107 14108 14109 14110 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14105 class OAuth2ClientApplication < Struct.new( :a_ws_managed_client_application_reference, :user_managed_client_application_client_id) SENSITIVE = [] include Aws::Structure end |
#user_managed_client_application_client_id ⇒ String
The user managed client application client ID in the OAuth2Client application.
14105 14106 14107 14108 14109 14110 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14105 class OAuth2ClientApplication < Struct.new( :a_ws_managed_client_application_reference, :user_managed_client_application_client_id) SENSITIVE = [] include Aws::Structure end |