LicenseConfigurationAssociation constructor
LicenseConfigurationAssociation({
- String? amiAssociationScope,
- DateTime? associationTime,
- String? resourceArn,
- String? resourceOwnerId,
- ResourceType? resourceType,
Implementation
LicenseConfigurationAssociation({
this.amiAssociationScope,
this.associationTime,
this.resourceArn,
this.resourceOwnerId,
this.resourceType,
});