LicenseConfigurationUsage class

Details about the usage of a resource associated with a license configuration.

Constructors

LicenseConfigurationUsage({DateTime? associationTime, int? consumedLicenses, String? resourceArn, String? resourceOwnerId, String? resourceStatus, ResourceType? resourceType})
LicenseConfigurationUsage.fromJson(Map<String, dynamic> json)
factory

Properties

associationTime DateTime?
Time when the license configuration was initially associated with the resource.
final
consumedLicenses int?
Number of licenses consumed by the resource.
final
hashCode int
The hash code for this object.
no setterinherited
resourceArn String?
Amazon Resource Name (ARN) of the resource.
final
resourceOwnerId String?
ID of the account that owns the resource.
final
resourceStatus String?
Status of the resource.
final
resourceType ResourceType?
Type of resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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