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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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.

Returns:

  • (String)


921
922
923
924
925
926
927
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 921

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

#token_idString

Token ID.

Returns:

  • (String)


921
922
923
924
925
926
927
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 921

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

#token_typeString

Token type.

Returns:

  • (String)


921
922
923
924
925
926
927
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 921

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