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:



2409
2410
2411
2412
2413
2414
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2409

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)


2409
2410
2411
2412
2413
2414
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2409

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