Class: Aws::LicenseManager::Types::ListAssociationsForLicenseConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

Amazon Resource Name (ARN) of a license configuration.

Returns:

  • (String)


2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-licensemanager/types.rb', line 2894

class ListAssociationsForLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-licensemanager/types.rb', line 2894

class ListAssociationsForLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-licensemanager/types.rb', line 2894

class ListAssociationsForLicenseConfigurationRequest < Struct.new(
  :license_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end