Class: Aws::LicenseManager::Types::ListFailuresForLicenseConfigurationOperationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListFailuresForLicenseConfigurationOperationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_operation_failure_list ⇒ Array<Types::LicenseOperationFailure>
License configuration operations that failed.
-
#next_token ⇒ String
Token for the next set of results.
Instance Attribute Details
#license_operation_failure_list ⇒ Array<Types::LicenseOperationFailure>
License configuration operations that failed.
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_token ⇒ String
Token for the next set of results.
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 |