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.
960 961 962 963 964 965 966 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 960 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_id ⇒ String
Token ID.
960 961 962 963 964 965 966 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 960 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_type ⇒ String
Token type.
960 961 962 963 964 965 966 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 960 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |