Class: Aws::LicenseManager::Types::ListAssociationsForLicenseConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListAssociationsForLicenseConfigurationRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass ListAssociationsForLicenseConfigurationRequest data as a hash:
{
license_configuration_arn: "String", # required
max_results: 1,
next_token: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of a license configuration.
-
#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_configuration_arn ⇒ String
Amazon Resource Name (ARN) of a license configuration.
2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2369 class ListAssociationsForLicenseConfigurationRequest < Struct.new( :license_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single call.
2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2369 class ListAssociationsForLicenseConfigurationRequest < Struct.new( :license_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2369 class ListAssociationsForLicenseConfigurationRequest < Struct.new( :license_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |