Class: Aws::LicenseManager::Types::GetAccessTokenRequest

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)


1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1276

class GetAccessTokenRequest < Struct.new(
  :token,
  :token_properties)
  SENSITIVE = []
  include Aws::Structure
end

#token_propertiesArray<String>

Token properties to validate against those present in the JWT token.

Returns:

  • (Array<String>)


1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1276

class GetAccessTokenRequest < Struct.new(
  :token,
  :token_properties)
  SENSITIVE = []
  include Aws::Structure
end