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:



3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3005

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)


3005
3006
3007
3008
3009
3010
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3005

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