Class: Aws::LicenseManager::Types::CreateTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateTokenResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#token ⇒ String
Refresh token, encoded as a JWT token.
-
#token_id ⇒ String
Token ID.
-
#token_type ⇒ String
Token type.
Instance Attribute Details
#token ⇒ String
Refresh token, encoded as a JWT token.
1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1194 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_id ⇒ String
Token ID.
1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1194 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_type ⇒ String
Token type.
1194 1195 1196 1197 1198 1199 1200 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1194 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |