Class: Aws::LicenseManager::Types::ListFailuresForLicenseConfigurationOperationsResponse

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_operation_failure_listArray<Types::LicenseOperationFailure>

License configuration operations that failed.

Returns:



2435
2436
2437
2438
2439
2440
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2435

class ListFailuresForLicenseConfigurationOperationsResponse < Struct.new(
  :license_operation_failure_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


2435
2436
2437
2438
2439
2440
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2435

class ListFailuresForLicenseConfigurationOperationsResponse < Struct.new(
  :license_operation_failure_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end