GetLicenseConfigurationResponse class
Constructors
-
GetLicenseConfigurationResponse({AutomatedDiscoveryInformation? automatedDiscoveryInformation, List<
ConsumedLicenseSummary> ? consumedLicenseSummaryList, int? consumedLicenses, String? description, bool? disassociateWhenNotFound, String? licenseConfigurationArn, String? licenseConfigurationId, int? licenseCount, bool? licenseCountHardLimit, LicenseCountingType? licenseCountingType, List<String> ? licenseRules, List<ManagedResourceSummary> ? managedResourceSummaryList, String? name, String? ownerAccountId, List<ProductInformation> ? productInformationList, String? status, List<Tag> ? tags}) -
GetLicenseConfigurationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- automatedDiscoveryInformation → AutomatedDiscoveryInformation?
-
Automated discovery information.
final
- consumedLicenses → int?
-
Number of licenses assigned to resources.
final
-
consumedLicenseSummaryList
→ List<
ConsumedLicenseSummary> ? -
Summaries of the licenses consumed by resources.
final
- description → String?
-
Description of the license configuration.
final
- disassociateWhenNotFound → bool?
-
When true, disassociates a resource when software is uninstalled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- licenseConfigurationArn → String?
-
Amazon Resource Name (ARN) of the license configuration.
final
- licenseConfigurationId → String?
-
Unique ID for the license configuration.
final
- licenseCount → int?
-
Number of available licenses.
final
- licenseCountHardLimit → bool?
-
Sets the number of available licenses as a hard limit.
final
- licenseCountingType → LicenseCountingType?
-
Dimension on which the licenses are counted.
final
-
licenseRules
→ List<
String> ? -
License rules.
final
-
managedResourceSummaryList
→ List<
ManagedResourceSummary> ? -
Summaries of the managed resources.
final
- name → String?
-
Name of the license configuration.
final
- ownerAccountId → String?
-
Account ID of the owner of the license configuration.
final
-
productInformationList
→ List<
ProductInformation> ? -
Product information.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
License configuration status.
final
-
Tags for the license configuration.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited