Class: Aws::LicenseManager::Types::ListFailuresForLicenseConfigurationOperationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_configuration_arnString

Amazon Resource Name of the license configuration.

Returns:

  • (String)


2417
2418
2419
2420
2421
2422
2423
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2417

class ListFailuresForLicenseConfigurationOperationsRequest < 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)


2417
2418
2419
2420
2421
2422
2423
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2417

class ListFailuresForLicenseConfigurationOperationsRequest < 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)


2417
2418
2419
2420
2421
2422
2423
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2417

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