ResourceInventory constructor

ResourceInventory({
  1. String? platform,
  2. String? platformVersion,
  3. String? resourceArn,
  4. String? resourceId,
  5. String? resourceOwningAccountId,
  6. ResourceType? resourceType,
})

Implementation

ResourceInventory({
  this.platform,
  this.platformVersion,
  this.resourceArn,
  this.resourceId,
  this.resourceOwningAccountId,
  this.resourceType,
});