LicenseConfigurationAssociation constructor

LicenseConfigurationAssociation({
  1. String? amiAssociationScope,
  2. DateTime? associationTime,
  3. String? resourceArn,
  4. String? resourceOwnerId,
  5. ResourceType? resourceType,
})

Implementation

LicenseConfigurationAssociation({
  this.amiAssociationScope,
  this.associationTime,
  this.resourceArn,
  this.resourceOwnerId,
  this.resourceType,
});