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)


941
942
943
944
945
946
947
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 941

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

#token_idString

Token ID.

Returns:

  • (String)


941
942
943
944
945
946
947
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 941

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

#token_typeString

Token type.

Returns:

  • (String)


941
942
943
944
945
946
947
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 941

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