Class: Aws::DataZone::Types::GlueOAuth2Credentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlueOAuth2Credentials
- 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
-
#access_token ⇒ String
The access token of a connection.
-
#jwt_token ⇒ String
The jwt token of the connection.
-
#refresh_token ⇒ String
The refresh token of the connection.
-
#user_managed_client_application_client_secret ⇒ String
The user managed client application client secret of the connection.
Instance Attribute Details
#access_token ⇒ String
The access token of a connection.
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11857 class GlueOAuth2Credentials < Struct.new( :user_managed_client_application_client_secret, :access_token, :refresh_token, :jwt_token) SENSITIVE = [] include Aws::Structure end |
#jwt_token ⇒ String
The jwt token of the connection.
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11857 class GlueOAuth2Credentials < Struct.new( :user_managed_client_application_client_secret, :access_token, :refresh_token, :jwt_token) SENSITIVE = [] include Aws::Structure end |
#refresh_token ⇒ String
The refresh token of the connection.
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11857 class GlueOAuth2Credentials < Struct.new( :user_managed_client_application_client_secret, :access_token, :refresh_token, :jwt_token) SENSITIVE = [] include Aws::Structure end |
#user_managed_client_application_client_secret ⇒ String
The user managed client application client secret of the connection.
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11857 class GlueOAuth2Credentials < Struct.new( :user_managed_client_application_client_secret, :access_token, :refresh_token, :jwt_token) SENSITIVE = [] include Aws::Structure end |