Class: Aws::LicenseManager::Types::DeleteTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#token_id ⇒ String
Token ID.
Instance Attribute Details
#token_id ⇒ String
Token ID.
1084 1085 1086 1087 1088 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1084 class DeleteTokenRequest < Struct.new( :token_id) SENSITIVE = [] include Aws::Structure end |