AssetAttributes constructor

AssetAttributes({
  1. required int schemaVersion,
  2. String? agentId,
  3. String? amiId,
  4. String? autoScalingGroup,
  5. String? hostname,
  6. List<String>? ipv4Addresses,
  7. List<NetworkInterface>? networkInterfaces,
  8. List<Tag>? tags,
})

Implementation

AssetAttributes({
  required this.schemaVersion,
  this.agentId,
  this.amiId,
  this.autoScalingGroup,
  this.hostname,
  this.ipv4Addresses,
  this.networkInterfaces,
  this.tags,
});