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.
1035 1036 1037 1038 1039 1040 1041 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1035 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_id ⇒ String
Token ID.
1035 1036 1037 1038 1039 1040 1041 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1035 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_type ⇒ String
Token type.
1035 1036 1037 1038 1039 1040 1041 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1035 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |