Class: Aws::LicenseManager::Types::CreateTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateTokenResponse
- Includes:
- Structure
- Defined in:
- 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.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 941 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_id ⇒ String
Token ID.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 941 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |
#token_type ⇒ String
Token type.
941 942 943 944 945 946 947 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 941 class CreateTokenResponse < Struct.new( :token_id, :token_type, :token) SENSITIVE = [] include Aws::Structure end |