Class: Aws::Glue::Types::OAuth2ClientApplication

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The OAuth2 client app used for the connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_managed_client_application_referenceString

The reference to the SaaS-side client app that is Amazon Web Services managed.

Returns:

  • (String)


17199
17200
17201
17202
17203
17204
# File 'lib/aws-sdk-glue/types.rb', line 17199

class OAuth2ClientApplication < Struct.new(
  :user_managed_client_application_client_id,
  :aws_managed_client_application_reference)
  SENSITIVE = []
  include Aws::Structure
end

#user_managed_client_application_client_idString

The client application clientID if the ClientAppType is ‘USER_MANAGED`.

Returns:

  • (String)


17199
17200
17201
17202
17203
17204
# File 'lib/aws-sdk-glue/types.rb', line 17199

class OAuth2ClientApplication < Struct.new(
  :user_managed_client_application_client_id,
  :aws_managed_client_application_reference)
  SENSITIVE = []
  include Aws::Structure
end