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

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

License configuration operations that failed.

Returns:



2454
2455
2456
2457
2458
2459
# File 'lib/aws-sdk-licensemanager/types.rb', line 2454

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)


2454
2455
2456
2457
2458
2459
# File 'lib/aws-sdk-licensemanager/types.rb', line 2454

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