DescribeAssetResponse constructor

DescribeAssetResponse({
  1. String? arn,
  2. String? createdAt,
  3. List<EgressEndpoint>? egressEndpoints,
  4. String? id,
  5. String? packagingGroupId,
  6. String? resourceId,
  7. String? sourceArn,
  8. String? sourceRoleArn,
  9. Map<String, String>? tags,
})

Implementation

DescribeAssetResponse({
  this.arn,
  this.createdAt,
  this.egressEndpoints,
  this.id,
  this.packagingGroupId,
  this.resourceId,
  this.sourceArn,
  this.sourceRoleArn,
  this.tags,
});