Class: Aws::LicenseManager::Types::CreateTokenResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tokenString

Refresh token, encoded as a JWT token.



1115
1116
1117
1118
1119
1120
1121
# File 'lib/aws-sdk-licensemanager/types.rb', line 1115

class CreateTokenResponse < Struct.new(
  :token_id,
  :token_type,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#token_idString

Token ID.



1115
1116
1117
1118
1119
1120
1121
# File 'lib/aws-sdk-licensemanager/types.rb', line 1115

class CreateTokenResponse < Struct.new(
  :token_id,
  :token_type,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#token_typeString

Token type.



1115
1116
1117
1118
1119
1120
1121
# File 'lib/aws-sdk-licensemanager/types.rb', line 1115

class CreateTokenResponse < Struct.new(
  :token_id,
  :token_type,
  :token)
  SENSITIVE = []
  include Aws::Structure
end