Class: Aws::LicenseManager::Types::ListFailuresForLicenseConfigurationOperationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListFailuresForLicenseConfigurationOperationsRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_configuration_arn ⇒ String
Amazon Resource Name of the 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 of the license configuration.
2391 2392 2393 2394 2395 2396 2397 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2391 class ListFailuresForLicenseConfigurationOperationsRequest < 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.
2391 2392 2393 2394 2395 2396 2397 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2391 class ListFailuresForLicenseConfigurationOperationsRequest < Struct.new( :license_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results.
2391 2392 2393 2394 2395 2396 2397 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2391 class ListFailuresForLicenseConfigurationOperationsRequest < Struct.new( :license_configuration_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |