Class: Aws::LicenseManager::Types::ListLicenseVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListLicenseVersionsRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#max_results ⇒ Integer
Maximum number of results to return in a single call.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
2611 2612 2613 2614 2615 2616 2617 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2611 class ListLicenseVersionsRequest < Struct.new( :license_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single call.
2611 2612 2613 2614 2615 2616 2617 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2611 class ListLicenseVersionsRequest < Struct.new( :license_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2611 2612 2613 2614 2615 2616 2617 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2611 class ListLicenseVersionsRequest < Struct.new( :license_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |