Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DataZone::Types::GlueOAuth2Credentials

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The GlueOAuth2 credentials of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The access token of a connection.

Returns:

  • (String)

10459
10460
10461
10462
10463
10464
10465
10466
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10459

class GlueOAuth2Credentials < Struct.new(
  :access_token,
  :jwt_token,
  :refresh_token,
  :user_managed_client_application_client_secret)
  SENSITIVE = []
  include Aws::Structure
end

#jwt_tokenString

The jwt token of the connection.

Returns:

  • (String)

10459
10460
10461
10462
10463
10464
10465
10466
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10459

class GlueOAuth2Credentials < Struct.new(
  :access_token,
  :jwt_token,
  :refresh_token,
  :user_managed_client_application_client_secret)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_tokenString

The refresh token of the connection.

Returns:

  • (String)

10459
10460
10461
10462
10463
10464
10465
10466
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10459

class GlueOAuth2Credentials < Struct.new(
  :access_token,
  :jwt_token,
  :refresh_token,
  :user_managed_client_application_client_secret)
  SENSITIVE = []
  include Aws::Structure
end

#user_managed_client_application_client_secretString

The user managed client application client secret of the connection.

Returns:

  • (String)

10459
10460
10461
10462
10463
10464
10465
10466
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10459

class GlueOAuth2Credentials < Struct.new(
  :access_token,
  :jwt_token,
  :refresh_token,
  :user_managed_client_application_client_secret)
  SENSITIVE = []
  include Aws::Structure
end